Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a firebase database for dev environments. #27

Open
TGOlson opened this issue Jun 22, 2014 · 1 comment
Open

Create a firebase database for dev environments. #27

TGOlson opened this issue Jun 22, 2014 · 1 comment

Comments

@TGOlson
Copy link

TGOlson commented Jun 22, 2014

Right now the firebase database url is hardcoded to the production url. Ideally we would have a dev environment database when developing locally. I've never set up something like that using Firebase, so I'm not sure if that would entail using a shared dev database (not ideal, but simpler), or each developer using their own sandbox firebase instance (best option, but no clue how we would set that up).

@wlaurance wlaurance self-assigned this Jul 9, 2014
@wlaurance
Copy link

This hasn't been an issue so far. We could "namespace" the buckets by using a "production" ref for the production site. And then if we are developing, use a uuid.v4() as the namespace.

This scheme would use the same firebase data storage, but it would work.

For now, I'm just putting some thoughts here. We will revisit this when necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants