File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 4040 } ) ;
4141 }
4242 </ script >
43+ < script src ="https://www.gstatic.com/firebasejs/8.6.1/firebase-app.js "> </ script >
44+ < script src ="https://www.gstatic.com/firebasejs/8.6.1/firebase-auth.js "> </ script >
45+ < script >
46+ var firebaseConfig = {
47+ apiKey : "AIzaSyALpdkGssiLUOnsRlyaZTh6gxXzSKSL6Ts" ,
48+ authDomain : "flutter-all-in-one-testing.firebaseapp.com" ,
49+ databaseURL : "https://flutter-all-in-one-testing.firebaseio.com" ,
50+ projectId : "flutter-all-in-one-testing" ,
51+ storageBucket : "flutter-all-in-one-testing.appspot.com" ,
52+ messagingSenderId : "396467899033" ,
53+ appId : "1:396467899033:web:6b74da59c022de74664608" ,
54+ measurementId : "G-81FRY04080"
55+ } ;
56+ firebase . initializeApp ( firebaseConfig ) ;
57+ </ script >
4358 < script src ="main.dart.js " type ="application/javascript "> </ script >
4459</ body >
4560</ html >
You can’t perform that action at this time.
0 commit comments