open-duelyst / duelyst

Duelyst is a digital collectible card game and turn-based strategy hybrid, developed by Counterplay Games.
Creative Commons Zero v1.0 Universal
3.62k stars 556 forks source link

[P1] Fail builds when FIREBASE_URL is missing or malformed #207

Closed willroberts closed 1 year ago

willroberts commented 1 year ago

Summary

Failing to provide a FIREBASE_URL setting before running yarn build will not break the build, but will instead result in a runtime error (unhandled rejection) in the app.

Let's handle this at build time instead and improve the clarity of the error messaging.