Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Editing the package name of an existing firebase project

I'm new to android development and sorry if I am asking a dumb question, Are there any possible way to edit the package name of an existing fire-base project and get a new "google-services.json" file? (image-> fire-base app)

like image 259
ABSH Avatar asked Jan 29 '23 20:01

ABSH


2 Answers

it's not possible, you can delete your Application with the wrong package name and create a new one with the name you want.

like image 81
Tharindu Wanninayake Avatar answered Feb 03 '23 06:02

Tharindu Wanninayake


I'm sorry but it's not possible, but you delete your App with the wrong package name and create a new one in the same projekt.

The package name is a static indetifier, if you upload your App to Google Play, then you can't change it either.

like image 35
Reflekti0n Avatar answered Feb 03 '23 08:02

Reflekti0n