Skip to content

Commit 326f774

Browse files
Merge pull request #3 from Tamilarasan-Paranthaman/master
FLUT-6648 - How to load data from firestore to Flutter DataTable
2 parents 3e25a7a + 42a19e7 commit 326f774

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

web/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,6 @@
5454
});
5555
});
5656
</script>
57-
<!-- <script type="module">
58-
// Import the functions you need from the SDKs you need
59-
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.8.2/firebase-app.js";
60-
// TODO: Add SDKs for Firebase products that you want to use
61-
// https://firebase.google.com/docs/web/setup#available-libraries
62-
63-
// Your web app's Firebase configuration
64-
const firebaseConfig = {
65-
apiKey: "AIzaSyBWRAAgMpfnnjmqOSXmtU3y0VfTqFcH2ZY",
66-
authDomain: "employeedatagrid.firebaseapp.com",
67-
projectId: "employeedatagrid",
68-
storageBucket: "employeedatagrid.appspot.com",
69-
messagingSenderId: "485159817284",
70-
appId: "1:485159817284:web:850510557f1164dbf52c11"
71-
};
72-
73-
// Initialize Firebase
74-
const app = initializeApp(firebaseConfig);
75-
</script> -->
7657
</body>
7758

7859
</html>

0 commit comments

Comments
 (0)