Skip to content

Commit ff0887e

Browse files
committed
Fix comment since JS API doesn't do "DatabaseReference".
1 parent 21b196e commit ff0887e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/emulator-suite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export async function onDocumentReady() {
1717
export async function flushRealtimeDatabase(anRTDBReference) {
1818

1919
//[START rtdb_emulator_flush]
20-
// With a DatabaseReference, write null to the root node to delete the database.
20+
// With a database Reference, write null to the root node to delete the database.
2121
anRTDBReference.child("/").set(null);
2222
// [END rtdb_emulator_connect]
2323
}

0 commit comments

Comments
 (0)