Skip to content

Commit 48719c7

Browse files
committed
update prod keys in open-foris/ground-platform
1 parent 4085f5b commit 48719c7

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

web/src/assets/.well-known/assetlinks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"relation": ["delegate_permission/common.handle_all_urls"],
33
"target": {
44
"namespace": "android_app",
5-
"package_name": "org.groundplatform.android",
5+
"package_name": "org.openforis.ground",
66
"sha256_cert_fingerprints":
77
["9f:f1:da:1e:97:93:c7:93:9a:8d:52:24:af:8b:a6:07:da:0a:10:db:1c:d2:40:47:5c:07:eb:be:c4:e8:57:80"]
88
}

web/src/environments/environment.production.ts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@ import { FirebaseOptions } from '@angular/fire/app';
1919

2020
// Replace with production values for your hosted environment.
2121
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
22-
const firebaseConfig = {
23-
apiKey: '',
24-
authDomain: '',
25-
projectId: '',
26-
storageBucket: '',
27-
messagingSenderId: '',
28-
appId: '',
29-
measurementId: '',
30-
} as FirebaseOptions;
22+
export const firebaseConfig = {
23+
apiKey: 'AIzaSyDD6iGVMf0Ek31I5ygQeiebQiDIvntYRxs',
24+
authDomain: 'of-ground.firebaseapp.com',
25+
projectId: 'of-ground',
26+
storageBucket: 'of-ground.appspot.com',
27+
messagingSenderId: '742909325672',
28+
appId: '1:742909325672:web:c9243daa3d4bee0418e6dd',
29+
measurementId: 'G-FC8YH2FPYB',
30+
};
31+
3132

3233
export const environment = {
3334
production: true,
3435
googleMapsApiKey: firebaseConfig.apiKey,
3536
firebase: firebaseConfig,
36-
cloudFunctionsUrl: '',
37+
cloudFunctionsUrl: `https://${firebaseConfig.projectId}.web.app`,
3738
useEmulators: false,
3839
env: Env.Prod,
3940
};

0 commit comments

Comments
 (0)