Here is my second lib, a wrap to integrate firebase auth phone number authentication.
It is working nicely on my app.
for reference visit: Authenticate with Firebase on Android using a Phone Number
FirebaseAuthPhone
Version: 1.9
Events:
Properties:
FirebaseAuthPhoneUser
Properties:
Version1.8 released. It has been compiled with latest Firebase SDK and works with B4A 12.0+
Version1.9 released.Fixes a bug that caused application to crash when a wrong or expired code was entered.
It is working nicely on my app.
for reference visit: Authenticate with Firebase on Android using a Phone Number
FirebaseAuthPhone
Version: 1.9
Events:
- phoneverification (success As Boolean, info As String)
- phonesignedin (success As Boolean, User As FirebaseAuthPhoneUser, info As String)
- oncodesent (success As Boolean, verificationid As String)
- gettoken (success As Boolean, token As String, info As String)
- Initialize (eventName As String)
- startPhoneNumberVerification (phoneNumber As String)
- verifyPhoneNumberWithCode (verificationId As String, code As String)
- currentToken ()
- SignOut
Properties:
- CurrentUser As FirebaseAuthPhoneUserWrapper [read only]
FirebaseAuthPhoneUser
Properties:
- Anonymous As Boolean [read only]
- IsInitialized As Boolean [read only]
- ProviderData As List [read only]
- ProviderId As String [read only]
- Providers As List [read only]
- Uid As String [read only]
Version1.8 released. It has been compiled with latest Firebase SDK and works with B4A 12.0+
Version1.9 released.Fixes a bug that caused application to crash when a wrong or expired code was entered.
Attachments
Last edited: