FirebaseServices class

Constructors

FirebaseServices.new({required FirebaseAuth firebaseAuth, required FirebaseFirestore firebaseFirestore, required SecureStorage secureStorage, required FirebaseCrashlytics crashlytics, required FirebaseAnalytics analytics})

Properties

analytics FirebaseAnalytics
final
crashlytics FirebaseCrashlytics
final
firebaseAuth FirebaseAuth
final
firebaseFirestore FirebaseFirestore
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secureStorage SecureStorage
final

Methods

loginByEmail({required String email, required String password}) Future<UserCredential>
logout() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerByEmail({required String email, required String userName, required String phoneNumber, required String password}) Future<UserCredential>
toString() String
A string representation of this object.
inherited

Operators

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