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 6e960de commit 2b79fbeCopy full SHA for 2b79fbe
frontend/src/book/store.js
@@ -26,7 +26,7 @@ if (process.env.REACT_APP_USE_FIREBASE_EMULATORS && window.location.hostname ===
26
}
27
28
let firebaseAnalytics;
29
-if (process.env.REACT_APP_ENABLE_FIREBASE_ANALYTICS) {
+if (window.location.hostname === "futurecoder.io") {
30
firebaseAnalytics = firebase.analytics(firebaseApp);
31
32
0 commit comments