WepinFirebaseNetwork class

Constructors

WepinFirebaseNetwork({required String firebaseKey})

Properties

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

Methods

getCurrentUser(GetCurrentUserRequest getCurrentUserRequest) Future<GetCurrentUserResponse>
getRefreshIdToken(GetRefreshIdTokenRequest getRefreshIdTokenRequest) Future<GetRefreshIdTokenSuccess>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetPassword(ResetPasswordRequest resetPasswordRequest) Future<ResetPasswordResponse>
signInWithCustomToken(String customToken) Future<SignInWithCustomTokenSuccess>
signInWithEmailPassword(EmailAndPasswordRequest signInRequest) Future<SignInResponse>
toString() String
A string representation of this object.
inherited
updatePassword(String idToken, String password) Future<UpdatePasswordSuccess>
verifyEmail(VerifyEmailRequest verifyEmailRequest) Future<VerifyEmailResponse>

Operators

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