-
Notifications
You must be signed in to change notification settings - Fork 900
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
DatabaseURL not present in firebase config for web app #4211
Comments
I believe you shouldn't need one: #3650 (comment) But I tried creating a test project and although it didn't initially show up in the config, after I went to the Realtime Database tab and clicked to create a database, the databaseURL property showed up in my web app config in the console. |
I noticed this too today. This change doesn't seem to be documented anywhere except here on GitHub. This is a minor problem for me since I'm using CloudBuild environment variables, and my code expects a value for the EDIT: As @hsubox76 described, when I created a Realtime Database, the databseURL property showed up in my web app config in the console. So I think this is reasonable behavior. |
Hi, leaving the
EDIT: Thanks. |
Realtime database is not Firestore. You can't retrieve data in Firestore using a Realtime Database URL. This repo if for reporting SDK bugs related to the JavaScript SDK, not a support forum for topics outside of the SDK, such as usage of the console. Please reach out to support if you need help. |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Database URL is not provided when creating a new Firebase project from console
Steps to reproduce:
Create a new Firebase project and Add Firebase to your web app.
The firebase config created does not have
databaseUrl
parameterScreenshot:
The text was updated successfully, but these errors were encountered: