Skip to content

Commit e9123f3

Browse files
committed
Remove outdated comment.
1 parent d01b6e7 commit e9123f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/firestore/src/core/firestore_client.ts

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ export class FirestoreClient {
126126
await this.authCredentialListener(user);
127127
this.user = user;
128128
});
129-
// Register an empty credentials change listener to activate token refresh.
130129
this.appCheckCredentials.start(asyncQueue, newAppCheckToken => {
131130
logDebug(LOG_TAG, 'Received new app check token=', newAppCheckToken);
132131
return this.appCheckCredentialListener(newAppCheckToken, this.user);

0 commit comments

Comments
 (0)