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 286c7bc commit 81040b1Copy full SHA for 81040b1
tests/app.js
@@ -46,7 +46,7 @@ firebase.database().useEmulator('localhost', 9000);
46
firebase.auth().useEmulator('http://localhost:9099');
47
firebase.firestore().useEmulator('localhost', 8080);
48
firebase.storage().useEmulator('localhost', 9199);
49
-firebase.functions().useFunctionsEmulator('http://localhost:5001');
+firebase.functions().useEmulator('localhost', 5001);
50
51
// Firestore caches docuuments locally (a great feature!) and that confounds tests
52
// as data from previous runs pollutes following runs until re-install the app. Clear it.
0 commit comments