0.1.6 • Published 4 years ago

cap-fire-phone v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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; }>
ParamType
data{ phone: string; }

Returns: Promise<{ verificationId: string; }>


getCredentialPhone(...)

getCredentialPhone(data: { phone: string; }) => Promise<{ verificationId: string; }>
ParamType
data{ phone: string; }

Returns: Promise<{ verificationId: string; }>