FirebaseAuthUtil class

Constructors

FirebaseAuthUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createUserByEmail({required String emailId, required String password}) → dynamic
Login with Email
initializeApp({required dynamic options}) → dynamic
Initialize the firebase project. Provide the Firebase_Option
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
phoneAuthLogin({required String countryCode, required String mobileNumber, required Duration? timeout, required dynamic verificationFailed(FirebaseAuthException e), required dynamic codeSent(Map responseData)}) → dynamic
Phone authentication by phone number
registerNotification() → dynamic
Push Notification
signInUserByEmail({required String emailId, required String password}) → dynamic
Sign In with email
signInWithApple() → dynamic
Sign In with apple
signInWithGoogle() Future<UserCredential>
Sign In with google
signInWithMicrosoft() → dynamic
Login with Microsoft
signInWithPhone(PhoneAuthCredential credential, dynamic requestData) Future
Sign In with phone
signOutFromFirebase() → dynamic
Firebase Logout if logged in
signOutFromGoogle() Future<bool>
Google logout if logged in
toString() String
A string representation of this object.
inherited
verifyFirebaseAuthOtp({required dynamic requestData}) Future
Verify firebase auth otp

Operators

operator ==(Object other) bool
The equality operator.
inherited