FirebaseX class

Properties

auth ↔ FirebaseAuth
getter/setter pair
firebaseMessaging ↔ FirebaseMessaging
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mobileNumber String
getter/setter pair
resendToken int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verificationId String
getter/setter pair

Methods

handleSignIn(PhoneAuthCredential credential, Function onSuccess, Function onError) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClickedInBackground(NotificationHandler onClicked) → void
when app in background
onFirebaseMessagingInitialize({required NotificationHandler onFirebaseNotificationClickedInBackground}) Future<void>
onFirebaseNotificationClicked({required NotificationHandler onClicked}) Future<void>
onFirebaseNotificationReceived() Future<void>
onRegisterFirebaseNotificationTopics(List<String> topics) → dynamic
onResendOtp({required Function onSuccess, required Function onError}) → void
onUpdatePhoneNumber({required String otp, required Function onSuccess, required Function onError}) → void
sendOtp({required String phoneNumber, required Function onCodeSent, required Function onSuccess, required Function onError}) Future<void>
signInWithEmail(String email, String password, Function onSuccess, Function onError) Future<void>
toString() String
A string representation of this object.
inherited
verifyOtp({required String otp, required Function onSuccess, required Function onError}) → void

Operators

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

Static Properties

instance FirebaseX
final