0

I want to rename my Firebase id.

I found out that the only way to do that is to create new project

How can I rename the Firebase Project ID?

I've created a new project and pasted the same android applicationId.

I've added the correct json file into my project.

Then Firebase suggests me to run my app in order to test the connection. I've reinstalled my app, but I have no connection. Does it mean that I should delete the prerious app in order to make this app work?

nutella_eater
  • 3,393
  • 3
  • 27
  • 46

1 Answers1

0

Maybe change the default project will sove this problem. Run this command:

firebase use --add <YOUR_NEW_PROJECT_NAME> 

Or if you want to test a project in emulators which is not exist on your firebase, just delete the default project by running:

firebase use --clear
XoanOc
  • 1
  • 1