Skip to content

Commit ba573dd

Browse files
Update credentials.ts
1 parent c56ce93 commit ba573dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/firestore/src/api/credentials.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ export class FirebaseCredentialsProvider implements CredentialsProvider {
214214
// outstanding so the response is potentially for a previous user (which
215215
// user, we can't be sure).
216216
if (this.tokenCounter !== initialTokenCounter) {
217-
this.forceRefresh = true;
218217
throw new FirestoreError(
219218
Code.ABORTED,
220219
'getToken aborted due to token change.'

0 commit comments

Comments
 (0)