Last active
August 15, 2021 17:06
-
-
Save fredriccliver/0242e0c6b701f1c2e5a18d24f140fcf5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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