Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/database/src/api/Database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export function getDatabase(
*
* @param db - The instance to modify.
* @param host - The emulator host (ex: localhost)
* @param port - The emulator port (ex: 8080)
* @param port - The emulator port (ex: 9000)
* @param options.mockUserToken - the mock auth token to use for unit testing Security Rules
*/
export function connectDatabaseEmulator(
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/src/lite-api/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export { EmulatorMockTokenOptions } from '@firebase/util';
* @param firestore - The `Firestore` instance to configure to connect to the
* emulator.
* @param host - the emulator host (ex: localhost).
* @param port - the emulator port (ex: 9000).
* @param port - the emulator port (ex: 8080).
* @param options.mockUserToken - the mock auth token to use for unit testing
* Security Rules.
*/
Expand Down