akauppi / GroundLevel-firebase-es

[ANCHORED] Stencil for operational web apps
https://groundlevel-sep22.web.app/
Other
23 stars 3 forks source link

Consider: online project from mere project-id #58

Closed akauppi closed 3 years ago

akauppi commented 3 years ago

Packages/app npm run dev:online and packages/app-deploy-ops npm run build require an online back-end to run against.

At least for front-ends already deployed, we could sniff the parameters at build time from the cloud URL, instead of having them in an .env.*.js file as now.

akauppi commented 3 years ago

This was fixed by the use of firebase.staging.js. Closing.