Skip to content

Commit 118191b

Browse files
committed
Merge branch 'ss-use-emulator-database' of github.com:firebase/firebase-js-sdk into ss-use-emulator-database
2 parents 0bffb01 + e1b2485 commit 118191b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/database/src/api/Database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class Database implements FirebaseService {
103103
/**
104104
* Modify this instance to communicate with the Realtime Database emulator.
105105
*
106-
* <p>Note: this must be called before this instance has been used to do any operations.
106+
* <p>Note: This method must be called before performing any other operation.
107107
*
108108
* @param host the emulator host (ex: localhost)
109109
* @param port the emulator port (ex: 8080)

packages/firebase/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5650,7 +5650,7 @@ declare namespace firebase.database {
56505650
/**
56515651
* Modify this instance to communicate with the Realtime Database emulator.
56525652
*
5653-
* <p>Note: this must be called before this instance has been used to do any operations.
5653+
* <p>Note: This method must be called before performing any other operation.
56545654
*
56555655
* @param host the emulator host (ex: localhost)
56565656
* @param port the emulator port (ex: 8080)

0 commit comments

Comments
 (0)