We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc06883 commit be1fa3cCopy full SHA for be1fa3c
packages/firestore/src/api/credentials.ts
@@ -243,8 +243,8 @@ export class FirebaseCredentialsProvider implements CredentialsProvider {
243
if (auth) {
244
registerAuth(auth);
245
} else if (this.invokeChangeListener) {
246
- // If auth is still not available, invoke tokenListener once with null
247
- // token
+ // If auth is still not available, invoke the change listener once
+ // with null token
248
logDebug('FirebaseCredentialsProvider', 'Auth not yet detected');
249
this.asyncQueue!.enqueueRetryable(() =>
250
this.changeListener(this.currentUser)
0 commit comments