account property

FirebaseAccount? account
final

An optional account used by the database.

If used, the database will automatically listen to FirebaseAccount.idTokenStream to automatically update the RestApi.idToken, making it easier to use the database.

Implementation

final FirebaseAccount? account;