chore: undelete file, it is needed for the CI

This commit is contained in:
David Germain
2024-05-27 17:09:18 +02:00
committed by benfurber
parent 29e31db9f3
commit 802079de5f

View File

@@ -0,0 +1,5 @@
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'