Skip to content

Commit

Permalink
feat(app-config): add web envs and firebase setup
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodigioacchino committed Dec 23, 2020
1 parent fbd391e commit 7fc77e6
Show file tree
Hide file tree
Showing 5 changed files with 666 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/game-app/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
REACT_APP_FIREBASE_CONFIG_API_KEY=
REACT_APP_FIREBASE_CONFIG_AUTH_DOMAIN=
REACT_APP_FIREBASE_CONFIG_DATABASE_URL=
REACT_APP_FIREBASE_CONFIG_PROJECT_ID=
REACT_APP_FIREBASE_CONFIG_STORAGE_BUCKET=
REACT_APP_FIREBASE_CONFIG_MESSAGING_SENDER_ID=
REACT_APP_FIREBASE_CONFIG_APP_ID=
7 changes: 7 additions & 0 deletions packages/game-app/.env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
REACT_APP_FIREBASE_CONFIG_API_KEY=
REACT_APP_FIREBASE_CONFIG_AUTH_DOMAIN=
REACT_APP_FIREBASE_CONFIG_DATABASE_URL=
REACT_APP_FIREBASE_CONFIG_PROJECT_ID=
REACT_APP_FIREBASE_CONFIG_STORAGE_BUCKET=
REACT_APP_FIREBASE_CONFIG_MESSAGING_SENDER_ID=
REACT_APP_FIREBASE_CONFIG_APP_ID=
Loading

0 comments on commit 7fc77e6

Please sign in to comment.