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 c56ce93 commit ba573ddCopy full SHA for ba573dd
packages/firestore/src/api/credentials.ts
@@ -214,7 +214,6 @@ export class FirebaseCredentialsProvider implements CredentialsProvider {
214
// outstanding so the response is potentially for a previous user (which
215
// user, we can't be sure).
216
if (this.tokenCounter !== initialTokenCounter) {
217
- this.forceRefresh = true;
218
throw new FirestoreError(
219
Code.ABORTED,
220
'getToken aborted due to token change.'
0 commit comments