UserDataDbProvider class abstract

Implementers

Constructors

UserDataDbProvider(App app, DbService dbService)
const

Properties

app App
final
dbService DbService
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

deleteUserData(String userId, bool deleteAuthData, Future<void> deleteAuthDataMethod()) Future<Map<String, dynamic>?>
getUserData(String userId) Future<Map<String, dynamic>?>
getUserDataByEmail(String email) Future<Map<String, dynamic>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUserData(String userId, Map<String, dynamic> newDoc) Future<Map<String, dynamic>?>
toString() String
A string representation of this object.
inherited
updateUserData(String userId, Map<String, dynamic> updateDoc) Future<Map<String, dynamic>?>

Operators

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