Skip to content

Commit 54c7fbc

Browse files
committed
Removed the API keys from android and web platforms
1 parent 9919c02 commit 54c7fbc

File tree

2 files changed

+0
-64
lines changed

2 files changed

+0
-64
lines changed

android/app/google-services.json

Lines changed: 0 additions & 47 deletions
This file was deleted.

web/index.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,6 @@
3939
https://firebase.google.com/docs/web/setup#available-libraries -->
4040
<script src="https://www.gstatic.com/firebasejs/7.20.0/firebase-analytics.js"></script>
4141

42-
<script>
43-
// Your web app's Firebase configuration
44-
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
45-
var firebaseConfig = {
46-
apiKey: "AIzaSyClR8Nfly73iZUbIyGq_-PH87mhR2awMZc",
47-
authDomain: "syncfusion-flutter-calendar.firebaseapp.com",
48-
projectId: "syncfusion-flutter-calendar",
49-
storageBucket: "syncfusion-flutter-calendar.appspot.com",
50-
messagingSenderId: "59821998645",
51-
appId: "1:59821998645:web:ef837e00b30ea20b6fe77c",
52-
measurementId: "G-4S6FVL2G1E"
53-
};
54-
// Initialize Firebase
55-
firebase.initializeApp(firebaseConfig);
56-
firebase.analytics();
57-
</script>
58-
5942
<script src="main.dart.js" type="application/javascript"></script>
6043
</body>
6144
</html>

0 commit comments

Comments
 (0)