mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-18 13:47:08 -04:00
Add firebase emulator, Add registration script, Add signup spec (#22)
* add firebase emulator, add registration script, add signup spec * Upgrade firebase emulator and make it pass the E2E tests --------- Co-authored-by: MartinBraquet <martin.braquet@gmail.com>
This commit is contained in:
committed by
GitHub
parent
348a557f5c
commit
ef7665c7da
@@ -1,3 +1,9 @@
|
||||
|
||||
# use firebase emulator for running e2e tests
|
||||
NEXT_PUBLIC_FIREBASE_EMULATOR=false
|
||||
FIREBASE_AUTH_EMULATOR_HOST=127.0.0.1:9099
|
||||
FIREBASE_STORAGE_EMULATOR_HOST=127.0.0.1:9199
|
||||
|
||||
# You already have access to basic local functionality (UI, authentication, database read access).
|
||||
|
||||
# openssl enc -aes-256-cbc -salt -pbkdf2 -iter 100000 -in backend/shared/src/googleApplicationCredentials-dev.json -out secrets/googleApplicationCredentials-dev.json.enc
|
||||
|
||||
Reference in New Issue
Block a user