Skip to content

Commit 098bdd4

Browse files
committed
string, not String.
1 parent 4fbe5f0 commit 098bdd4

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)