File tree Expand file tree Collapse file tree 3 files changed +3
-27
lines changed
Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Original file line number Diff line number Diff line change 1515 */
1616
1717export const firebaseConfig = {
18- apiKey : "AIzaSyAotbJXqnZxg9aAsULFn8MLwp_twtMUl2k" ,
19- authDomain : "ff-test-74aeb.firebaseapp.com" ,
20- databaseURL :
21- "https://ff-test-74aeb-default-rtdb.asia-southeast1.firebasedatabase.app" ,
22- projectId : "ff-test-74aeb" ,
23- storageBucket : "ff-test-74aeb.appspot.com" ,
24- messagingSenderId : "950537677105" ,
25- appId : "1:950537677105:web:da72ccc1718279f3cde810" ,
26- measurementId : "G-B5Y2YD83TJ" ,
18+ // your Firebase config here
2719} ;
Original file line number Diff line number Diff line change 1515 */
1616
1717export const firebaseConfig = {
18- apiKey : "AIzaSyAotbJXqnZxg9aAsULFn8MLwp_twtMUl2k" ,
19- authDomain : "ff-test-74aeb.firebaseapp.com" ,
20- databaseURL :
21- "https://ff-test-74aeb-default-rtdb.asia-southeast1.firebasedatabase.app" ,
22- projectId : "ff-test-74aeb" ,
23- storageBucket : "ff-test-74aeb.appspot.com" ,
24- messagingSenderId : "950537677105" ,
25- appId : "1:950537677105:web:da72ccc1718279f3cde810" ,
26- measurementId : "G-B5Y2YD83TJ" ,
18+ // your Firebase config here
2719} ;
Original file line number Diff line number Diff line change @@ -32,15 +32,7 @@ import {
3232import { initializeUI } from '@firebase-ui/core' ;
3333
3434const firebaseConfig = {
35- apiKey : 'AIzaSyAotbJXqnZxg9aAsULFn8MLwp_twtMUl2k' ,
36- authDomain : 'ff-test-74aeb.firebaseapp.com' ,
37- databaseURL :
38- 'https://ff-test-74aeb-default-rtdb.asia-southeast1.firebasedatabase.app' ,
39- projectId : 'ff-test-74aeb' ,
40- storageBucket : 'ff-test-74aeb.appspot.com' ,
41- messagingSenderId : '950537677105' ,
42- appId : '1:950537677105:web:da72ccc1718279f3cde810' ,
43- measurementId : 'G-B5Y2YD83TJ' ,
35+ // your Firebase config here
4436} ;
4537
4638export const appConfig : ApplicationConfig = {
You can’t perform that action at this time.
0 commit comments