Skip to content

Commit 17320c1

Browse files
committed
Add options to example.
1 parent 871ef0b commit 17320c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/src/core/auth/emulator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { _castAuth } from './auth_impl';
3131
*
3232
* @example
3333
* ```javascript
34-
* useAuthEmulator(auth, 'http://127.0.0.1:9099');
34+
* useAuthEmulator(auth, 'http://127.0.0.1:9099', { disableWarnings: true });
3535
* ```
3636
*
3737
* @param auth - The Auth instance.

0 commit comments

Comments
 (0)