Skip to content

Commit e75622c

Browse files
avolkovisam-gc
andauthored
Update packages-exp/auth-types-exp/index.d.ts
Co-authored-by: Sam Horlbeck Olsen <[email protected]>
1 parent 0663d49 commit e75622c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-types-exp/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ export interface User extends UserInfo {
10691069
* @example
10701070
* ```
10711071
* // Set the tenant ID on Auth instance.
1072-
* auth.tenantId = TENANT_PROJECT_ID;
1072+
* auth.tenantId = 'TENANT_PROJECT_ID';
10731073
*
10741074
* // All future sign-in request now include tenant ID.
10751075
* const result = await signInWithEmailAndPassword(auth, email, password);

0 commit comments

Comments
 (0)