Skip to content

Commit

Permalink
Fix analytics not reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodepapaya committed Sep 10, 2021
1 parent b036b02 commit 2e12d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
firebase.analytics();
</script>
<!-- This script installs service_worker.js to provide PWA functionality to
application. For more information, see:
Expand Down

0 comments on commit 2e12d50

Please sign in to comment.