Skip to content

Instantly share code, notes, and snippets.

@fredriccliver
Last active August 15, 2021 17:06
Show Gist options
  • Save fredriccliver/0242e0c6b701f1c2e5a18d24f140fcf5 to your computer and use it in GitHub Desktop.
Save fredriccliver/0242e0c6b701f1c2e5a18d24f140fcf5 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<!-- Your page. -->
<script src="/__/firebase/8.9.1/firebase-app.js"></script>
<script src="/__/firebase/8.9.1/firebase-analytics.js"></script>
<script src="/__/firebase/init.js?useEmulator=true"></script>
<script>
window.onload = function () {
firebase.analytics();
};
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment