database property
FirebaseAuth
get
database
The instance of FirebaseAuth used within the adapter.
アダプター内で利用しているFirebaseAuthのインスタンス。
Implementation
FirebaseAuth get database => _database ?? FirebaseAuth.instance;