Skip to content

Commit 0ee3bd0

Browse files
committed
More fix
1 parent 16b343a commit 0ee3bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/api/credentials.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ export function makeAuthCredentialsProvider(
672672
switch (credentials['type']) {
673673
case 'gapi':
674674
const client = credentials['client'] as Gapi;
675-
return new FirstPartyCredentialsProvider(
675+
return new FirstPartyAuthCredentialsProvider(
676676
client,
677677
credentials['sessionIndex'] || '0',
678678
credentials['iamToken'] || null,

0 commit comments

Comments
 (0)