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 15
15
*/
16
16
17
17
export 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
27
19
} ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
export 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
27
19
} ;
Original file line number Diff line number Diff line change @@ -32,15 +32,7 @@ import {
32
32
import { initializeUI } from '@firebase-ui/core' ;
33
33
34
34
const 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
44
36
} ;
45
37
46
38
export const appConfig : ApplicationConfig = {
You can’t perform that action at this time.
0 commit comments