Wrap to integrate firebase auth email/password authentication.
This library is partially copied from DonManfred authex lib.
Since there is no other working wrap of firebase email/password authentication I decided to challenge myself on creating my first library.
It may not be perfect, but it looks like working.
for reference visit: https://firebase.google.com/docs/auth/android/password-auth?authuser=4
Version: 1.3
Events:
Methods:
Properties:
FirebaseAuthUser
Methods:
This library is partially copied from DonManfred authex lib.
Since there is no other working wrap of firebase email/password authentication I decided to challenge myself on creating my first library.
It may not be perfect, but it looks like working.
for reference visit: https://firebase.google.com/docs/auth/android/password-auth?authuser=4
FirebaseAuthEmailVersion: 1.3
Events:
- usercreated (success As Boolean, User As FirebaseAuthEmailUser, info As String)
- createfailure (success As Boolean, info As String)
- signedin (success As Boolean, User As FirebaseAuthEmailUser, info As String)
- signedinfailure (success As Boolean, info As String)
- passwordreset (success As Boolean, info As String)
- passwordresetfailure (success As Boolean, info As String)
- gettoken (success As Boolean, token As String, info As String)
- Initialize (eventName As String)
- createUserWithEmailAndPassword (email As String, password As String)
- signInWithEmailAndPassword (email As String, password As String)
- sendPasswordResetEmail (email As String)
- currentToken ()
- SignOut
Properties:
- CurrentUser As FirebaseAuthEmailUserWrapper [read only]
FirebaseAuthUser
Methods:
- delete
- sendEmailVerification
- updateEmail (email As String)
- updatePassword (password As String)
- Anonymous As Boolean [read only]
- DisplayName As String [read only]
- Email As String [read only]
- EmailVerified As Boolean [read only]
- IsInitialized As Boolean [read only]
- PhotoUrl As String [read only]
- ProviderData As List [read only]
- ProviderId As String [read only]
- Providers As List [read only]
- Uid As String [read only]
Attachments
-
178.6 KB Views: 23
-
13.3 KB Views: 15
Last edited: