Skip to content

Commit eae9bd0

Browse files
committed
fix frontend: move firebase config to enviroment.local.ts
1 parent f2bf64c commit eae9bd0

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/node/testing/res/
33
.DS_Store
44
*.profraw
5+
.idea/

.idea/vcs.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/environments/environment.local.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ export const environment: Readonly<MinaEnv> = {
1717
mempool: [],
1818
'block-production': ['won-slots'],
1919
},
20+
firebase: {
21+
apiKey: 'AIzaSyBZzFsHjIbQVbBP0N-KkUsEvHRVU_wwd7g',
22+
authDomain: 'webnode-gtm-test.firebaseapp.com',
23+
projectId: 'webnode-gtm-test',
24+
storageBucket: 'webnode-gtm-test.firebasestorage.app',
25+
messagingSenderId: '1016673359357',
26+
appId: '1:1016673359357:web:bbd2cbf3f031756aec7594',
27+
measurementId: 'G-ENDBL923XT',
28+
},
2029
},
2130
configs: [
2231
{

0 commit comments

Comments
 (0)