AceZz / bedtime-writer

Dreamy Tales is a Generative AI application to create bedtime stories for children. Developed by @AceZz and @Piwakk.
3 stars 0 forks source link

Add an extra warning if backend scripts are NOT using the Firebase emulator #305

Open Piwakk opened 1 year ago

Piwakk commented 1 year ago

At the beginning of each script, if Firebase emulators are not used:

WARNING: you are not using the Firebase emulator. All updates will be sent to Firebase remote servers, possibly on production data.
If you intended to use the Firebase emulators, please set `USE_FIREBASE_EMULATORS=true` in your `.env.local`.

Proceed? (y/N)