File tree 1 file changed +11
-9
lines changed
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -759,15 +759,17 @@ <h2 class="section-title">Get in Touch</h2>
759
759
< script src ="https://www.gstatic.com/firebasejs/5.4.2/firebase.js "> </ script >
760
760
< script >
761
761
// Initialize Firebase
762
- var config = {
763
- apiKey : "AIzaSyDBYHdXl4YZ2IEWMKvahoMtCtWsMV2ClbM" ,
764
- authDomain : "simplyeazygithubio.firebaseapp.com" ,
765
- databaseURL : "https://simplyeazygithubio.firebaseio.com" ,
766
- projectId : "simplyeazygithubio" ,
767
- storageBucket : "simplyeazygithubio.appspot.com" ,
768
- messagingSenderId : "167142916055"
769
- } ;
770
- firebase . initializeApp ( config ) ;
762
+ var firebaseConfig = {
763
+ apiKey : "AIzaSyDd5FwxH0-nWRUeY4E2psdZ0wV3NU--0S8" ,
764
+ authDomain : "simplyeazygithubio.firebaseapp.com" ,
765
+ databaseURL : "https://simplyeazygithubio.firebaseio.com" ,
766
+ projectId : "simplyeazygithubio" ,
767
+ storageBucket : "simplyeazygithubio.appspot.com" ,
768
+ messagingSenderId : "167142916055" ,
769
+ appId : "1:167142916055:web:1eb43cf7a863b378"
770
+ } ;
771
+ // Initialize Firebase
772
+ firebase . initializeApp ( firebaseConfig ) ;
771
773
var database = firebase . database ( ) ;
772
774
var DATAKU ;
773
775
database . ref ( '/' ) . once ( 'value' , function ( snapshot ) {
You can’t perform that action at this time.
0 commit comments