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

Passing modern (2021) database URL is not accepted (for example with another region, but also TLD is new – firebasedatabase.app) #50

Open
misha-reyzlin-hier opened this issue Mar 18, 2021 · 1 comment

Comments

@misha-reyzlin-hier
Copy link

firebase-import --database_url https://foo-bar-default-rtdb.europe-west1.firebasedatabase.app --path / --json foo.json --service_account scripts/foo-bar-admin.json

causes

Error: FIREBASE FATAL ERROR: Cannot parse Firebase url. Please use https://<YOUR FIREBASE>.firebaseio.com 

But attempting to pass this database URL in any other form fails from the firebase side:

[2021-03-18T17:52:51.311Z]  @firebase/database: FIREBASE WARNING: Namespace foo-bar-default-rtdb lives in a different region. Please change your database URL to https://foo-bar-default-rtdb.europe-west1.firebasedatabase.app (https://foo-bar-default-rtdb.firebaseio.com) 
@capnv12 capnv12 mentioned this issue Jun 16, 2021
@minhchienwikipedia
Copy link

Any update?

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