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 dad5c33 commit 704b80eCopy full SHA for 704b80e
packages/firebase/index.d.ts
@@ -3124,7 +3124,7 @@ declare namespace firebase.auth {
3124
* called synchronously immediately following the first call to `firebase.auth()`. Do not use
3125
* with production credentials as emulator traffic is not encrypted.
3126
*
3127
- * @param url - The URL at which the emulator is running (eg, 'http://localhost:9099')
+ * @param url The URL at which the emulator is running (eg, 'http://localhost:9099')
3128
*/
3129
useEmulator(url: string): void;
3130
/**
0 commit comments