We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01b6e7 commit e9123f3Copy full SHA for e9123f3
packages/firestore/src/core/firestore_client.ts
@@ -126,7 +126,6 @@ export class FirestoreClient {
126
await this.authCredentialListener(user);
127
this.user = user;
128
});
129
- // Register an empty credentials change listener to activate token refresh.
130
this.appCheckCredentials.start(asyncQueue, newAppCheckToken => {
131
logDebug(LOG_TAG, 'Received new app check token=', newAppCheckToken);
132
return this.appCheckCredentialListener(newAppCheckToken, this.user);
0 commit comments