authInstance function
- @Riverpod(keepAlive: true)
- dynamic ref
A provider for the Firebase Auth instance.
Implementation
@Riverpod(keepAlive: true)
FirebaseAuth authInstance(AuthInstanceRef ref) => FirebaseAuth.instance;
A provider for the Firebase Auth instance.
@Riverpod(keepAlive: true)
FirebaseAuth authInstance(AuthInstanceRef ref) => FirebaseAuth.instance;