We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96e8d8 commit 9a9cdd8Copy full SHA for 9a9cdd8
README.md
@@ -469,7 +469,7 @@ export default cypressConfig;
469
const shouldUseEmulator = window.location.hostname === 'localhost'; // or other logic to determine when to use
470
// Emulate RTDB
471
if (shouldUseEmulator) {
472
- fbConfig.databaseURL = `http://localhost:9000?ns=${fbConfig.projectId}`;
+ fbConfig.databaseURL = `http://localhost:9000?ns=${fbConfig.projectId}`; // from node v17 use 127.0.0.1 instad of localhost
473
console.debug(`Using RTDB emulator: ${fbConfig.databaseURL}`);
474
}
475
0 commit comments