0.1.6 • Published 4 years ago
cap-fire-phone v0.1.6
cap-fire-phone
Capacitor plugin for Firebase Phone Authentication
Install
npm install cap-fire-phone
npx cap sync
API
verifyPhone(...)
verifyPhone(data: { phone: string; }) => Promise<{ verificationId: string; }>
Param | Type |
---|---|
data | { phone: string; } |
Returns: Promise<{ verificationId: string; }>
getCredentialPhone(...)
getCredentialPhone(data: { phone: string; }) => Promise<{ verificationId: string; }>
Param | Type |
---|---|
data | { phone: string; } |
Returns: Promise<{ verificationId: string; }>