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 6a01bf1 commit 79981d4Copy full SHA for 79981d4
firestore/emulator-suite.js
@@ -3,7 +3,6 @@ export async function onDocumentReady(firebaseApp) {
3
4
//[START fs_emulator_connect]
5
// firebaseApp previously initialized using firebase.initializeApp().
6
- // See <a href="https://firebase.google.com/docs/web/setup">Add Firebase to your JavaScript project</a>.
7
var db = firebaseApp.firestore();
8
if (location.hostname === "localhost") {
9
// Note that the Firebase Web SDK must connect to the WebChannel port
0 commit comments