chore: fix docker emulator

This commit is contained in:
David Germain
2024-05-25 22:00:36 +02:00
committed by benfurber
parent be5728b6e3
commit a39793ba6f
78 changed files with 735 additions and 1665 deletions

View File

@@ -1,5 +0,0 @@
process.env.FUNCTIONS_EMULATOR = 'true'
process.env.FIREBASE_AUTH_EMULATOR_HOST = 'localhost:4005'
// https://github.com/firebase/firebase-admin-node/issues/116
process.env.FIREBASE_DATABASE_EMULATOR_HOST = 'http://127.0.0.1:4006'
process.env.FIRESTORE_EMULATOR_HOST = 'localhost:4003'