FirebaseAuthMethods class

A class that encapsulates Firebase Authentication methods.

This class provides methods for common authentication operations using Firebase Authentication, such as signing up with email and password.

Constructors

FirebaseAuthMethods(FirebaseAuth _auth)
Creates a FirebaseAuthMethods instance.

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signUpWithEmail({required String email, required String password, required BuildContext context}) Future<void>
Signs up a user with email and password.
toString() String
A string representation of this object.
inherited

Operators

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