Skip to content

Commit 8cba330

Browse files
committed
Update to call signOut instead
1 parent 69e9995 commit 8cba330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/core/auth/auth_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export class AuthImpl implements AuthInternal, _FirebaseService {
267267
}
268268

269269
// Resets the Firebase Access Token to null i.e. logs out the user.
270-
await this._updateFirebaseToken(null);
270+
await this.signOut();
271271
if (firebaseAccessToken && this.tokenRefreshHandler) {
272272
try {
273273
// Awaits for the callback method to execute. The callback method

0 commit comments

Comments
 (0)