Skip to content

Commit 13ee1b3

Browse files
committed
string, not String.
1 parent 70e3284 commit 13ee1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/api/credentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ export class EmptyAppCheckTokenProvider implements CredentialsProvider<string> {
580580
}
581581

582582
/** AppCheck token provider for the Lite SDK. */
583-
export class LiteAppCheckTokenProvider implements CredentialsProvider<String> {
583+
export class LiteAppCheckTokenProvider implements CredentialsProvider<string> {
584584
private appCheck: FirebaseAppCheckInternal | null = null;
585585

586586
constructor(

0 commit comments

Comments
 (0)