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 746888c commit e047a54Copy full SHA for e047a54
packages-exp/auth-types-exp/index.d.ts
@@ -201,7 +201,7 @@ export interface Auth {
201
*
202
* // All future sign-in request now include tenant ID.
203
* const result = await signInWithEmailAndPassword(auth, email, password);
204
- * // result.user.tenantId should be ‘TENANT_PROJECT_ID’.
+ * // result.user.tenantId should be 'TENANT_PROJECT_ID'.
205
* ```
206
*/
207
tenantId: string | null;
0 commit comments