This is a wrap to extend the functionality of FirebaseAuth.
It adds Anonymously Authentification and Email and Password Authentification
The Library is similar to FirebaseAuth (the Events). Ony difference is that the FirebaseUser is here a FiebaseAuthUser. A different object than the userobject from FirebaseAuth.
The FirebaseAuthUser has someproperties and Methods more.
FirebaseAuthEx
Version: 1.13
It adds Anonymously Authentification and Email and Password Authentification
The Library is similar to FirebaseAuth (the Events). Ony difference is that the FirebaseUser is here a FiebaseAuthUser. A different object than the userobject from FirebaseAuth.
The FirebaseAuthUser has someproperties and Methods more.
FirebaseAuthEx
Version: 1.13
- FirebaseAuthEx
Events:- SignedIn (User As FirebaseUser)
- UserCreated (User As FirebaseUser)
- Initialize (EventName As String)
Initializes the object. The SignedIn event will be raised if there is already a signed in user. - SignInWithEmailAndPassword (email As String, password As String)
- SignOut
Sign outs from Firebase and Google. - createUserWithEmailAndPassword (email As String, password As String)
- sendPasswordResetEmail (email As String)
- signInAnonymously
- CurrentUser As FirebaseAuthUserWrapper [read only]
Returns the current signed in user. Returns an uninitialized object if there is no user.
- FirebaseAuthUser
Methods:- IsInitialized As Boolean
- 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]
- 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
Last edited: