This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
app/services/core/environment Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ export interface EnvironmentFirebaseConfig {
66 projectId : string ;
77 messagingSenderId : string ;
88 storageUrl : string ;
9+ appId : string ;
910}
1011
1112export interface EnvironmentTenorConfig {
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ setupDeckGoConfig({
2828 projectId : '<@FIREBASE_PROJECT_ID@>' ,
2929 storageBucket : '<@FIREBASE_STORAGE_BUCKET@>' ,
3030 messagingSenderId : '<@FIREBASE_MESSAGING_SENDER_ID@>' ,
31- storageUrl : '<@FIREBASE_STORAGE_URL@>'
31+ storageUrl : '<@FIREBASE_STORAGE_URL@>' ,
32+ appId : '<@FIREBASE_APP_ID@>'
3233 } ,
3334 tenor : {
3435 url : 'https://api.tenor.com/v1/' ,
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ setupDeckGoConfig({
2828 projectId : '<@FIREBASE_PROJECT_ID@>' ,
2929 storageBucket : '<@FIREBASE_STORAGE_BUCKET@>' ,
3030 messagingSenderId : '<@FIREBASE_MESSAGING_SENDER_ID@>' ,
31- storageUrl : '<@FIREBASE_STORAGE_URL@>'
31+ storageUrl : '<@FIREBASE_STORAGE_URL@>' ,
32+ appId : '<@FIREBASE_APP_ID@>'
3233 } ,
3334 tenor : {
3435 url : 'https://api.tenor.com/v1/' ,
You can’t perform that action at this time.
0 commit comments