File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff 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
3233export 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} ;
You can’t perform that action at this time.
0 commit comments