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 1a387ea commit a4048c7Copy full SHA for a4048c7
packages/rules-unit-testing/src/api/index.ts
@@ -497,7 +497,7 @@ function initializeApp(
497
}
498
if (databaseName) {
499
const { hostname, port } = parseHost(getDatabaseHost());
500
- app.firestore().useEmulator(hostname, port);
+ app.database().useEmulator(hostname, port);
501
502
// Toggle network connectivity to force a reauthentication attempt.
503
// This mitigates a minor race condition where the client can send the
0 commit comments