File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 51
51
"auth_uri" : " " ,
52
52
"token_uri" : " " ,
53
53
"auth_provider_x509_cert_url" : " " ,
54
- "client_x509_cert_url" : " " ,
55
- "databaseURL" : " "
54
+ "client_x509_cert_url" : " "
56
55
},
57
56
"dateformat" : " dd.mm.yyyy HH:MM" ,
58
57
"theme" : {
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ export interface ITheme {
30
30
31
31
export interface IFirestoreConfig extends ServiceAccount {
32
32
storageName : string ,
33
- archiveName : string ,
34
- databaseURL : string
33
+ archiveName : string
35
34
}
36
35
37
36
export interface IConfig {
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ export class FirestoreStorage extends Storage {
34
34
this . _archiveName = firestoreConfig . archiveName ;
35
35
36
36
firebase . initializeApp ( {
37
- credential : firebase . credential . cert ( firestoreConfig ) ,
38
- databaseURL : firestoreConfig . databaseURL
37
+ credential : firebase . credential . cert ( firestoreConfig )
39
38
} ) ;
40
39
41
40
this . _db = firebase . firestore ( ) ;
You can’t perform that action at this time.
0 commit comments