Firebase staging help
I'm new to Firebase and to back-end stuff in general, and I'm trying to use Firebase as I consider it a friendly way to integrate a back end into my project, which is a Chrome extension
Recently I've been trying to tackle the issue of setting up a staging environment. However,
firebase hosting:channel:deploy staging
isn't a great solution because the generated URL is short-lived, yet I need to put the URL hardcoded in the extension and distribute it to test users
What would be a better way to tackle this? Thanks1 Reply
Eventually I figured out a solution: https://stackoverflow.com/a/78593025/8309806
Stack Overflow
Non expiry Firebase staging
I'm a front-end dev, typically programming in Svelte. I'm new to Firebase and to back-end stuff in general, and I'm trying to use Firebase as I consider it a friendly way to integrate a back end in...