We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553a00a commit 0e49173Copy full SHA for 0e49173
lib/src/services/firebase_authenticator.dart
@@ -23,7 +23,6 @@ class FirebaseAuthenticator implements IFirebaseAuthenticator {
23
/// {@macro firebase_authenticator}
24
/// Creates an instance of [FirebaseAuthenticator].
25
FirebaseAuthenticator({required Logger log}) : _log = log {
26
- // This internal HttpClient is used exclusively for the token exchange.
27
// This internal HttpClient is used exclusively for the token exchange.
28
// It does not have an auth interceptor, which is crucial to prevent
29
// an infinite loop.
0 commit comments