Skip to content

Instantly share code, notes, and snippets.

@vijayinyoutube
Created September 14, 2021 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vijayinyoutube/5c7299a9b501ae27c04ee13b8dba0f7b to your computer and use it in GitHub Desktop.
Save vijayinyoutube/5c7299a9b501ae27c04ee13b8dba0f7b to your computer and use it in GitHub Desktop.
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-firestore.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "",
authDomain: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: "",
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
</script>
<script src="main.dart.js" type="application/javascript"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment