When I create a new project, I get a random name for my database.
Question: can I use a custom url , or can I only use the name assigned by firebase in this new update?
When I import a project, it saves an intact URL, but when I create a new database, I don't get any parameters for the custom URL.
For example, I have my database at the URL:
project-123456789.firebaseio.com
Is it possible to change part of the project "project-123456789" in the new update? If so, how?
source
share