cap-fire-phone
v0.1.6
Published
Capacitor plugin for Firebase Phone Authentication
Downloads
1
Readme
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; }>