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 21b196e commit ff0887eCopy full SHA for ff0887e
database/emulator-suite.js
@@ -17,7 +17,7 @@ export async function onDocumentReady() {
17
export async function flushRealtimeDatabase(anRTDBReference) {
18
19
//[START rtdb_emulator_flush]
20
- // With a DatabaseReference, write null to the root node to delete the database.
+ // With a database Reference, write null to the root node to delete the database.
21
anRTDBReference.child("/").set(null);
22
// [END rtdb_emulator_connect]
23
}
0 commit comments