File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export class Database implements FirebaseService {
103
103
/**
104
104
* Modify this instance to communicate with the Realtime Database emulator.
105
105
*
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 .
107
107
*
108
108
* @param host the emulator host (ex: localhost)
109
109
* @param port the emulator port (ex: 8080)
Original file line number Diff line number Diff line change @@ -5650,7 +5650,7 @@ declare namespace firebase.database {
5650
5650
/**
5651
5651
* Modify this instance to communicate with the Realtime Database emulator.
5652
5652
*
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 .
5654
5654
*
5655
5655
* @param host the emulator host (ex: localhost)
5656
5656
* @param port the emulator port (ex: 8080)
You can’t perform that action at this time.
0 commit comments