UserService class
This is the user service class that will be used to manage the user's authentication and user data management.
Properties
-
changes
↔ BehaviorSubject<
User?> -
getter/setter pair
-
col
↔ CollectionReference<
Object?> -
getter/setter pair
-
firebaseAuthSubscription
↔ StreamSubscription<
User?> ? -
Listen to my document
getter/setter pair
-
firestoreMyDocSubscription
↔ StreamSubscription<
DocumentSnapshot< ?Map< >String, dynamic> > -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- notSignedIn → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signedIn → bool
-
no setter
- user ↔ User?
-
getter/setter pair
Methods
-
init(
) → dynamic -
listenUserDocumentChanges(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signOut(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → UserService
-
no setter