Skip to content

Commit be1fa3c

Browse files
Review
1 parent bc06883 commit be1fa3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firestore/src/api/credentials.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ export class FirebaseCredentialsProvider implements CredentialsProvider {
243243
if (auth) {
244244
registerAuth(auth);
245245
} else if (this.invokeChangeListener) {
246-
// If auth is still not available, invoke tokenListener once with null
247-
// token
246+
// If auth is still not available, invoke the change listener once
247+
// with null token
248248
logDebug('FirebaseCredentialsProvider', 'Auth not yet detected');
249249
this.asyncQueue!.enqueueRetryable(() =>
250250
this.changeListener(this.currentUser)

0 commit comments

Comments
 (0)