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 3dab2f3 commit c808cdeCopy full SHA for c808cde
packages/firestore/src/api/credentials.ts
@@ -407,9 +407,9 @@ export class FirstPartyToken implements Token {
407
private readonly authTokenFactory: AuthTokenFactory | null
408
) {}
409
410
- /**
+ /**
411
* Gets an authorization token, using a provided factory function, or return
412
- * null.
+ * null.
413
*/
414
private getAuthToken(): string | null {
415
if (this.authTokenFactory) {
0 commit comments