I created a android app which is linked to Firebase . But i forgot to give package name so by default it took "com.example.abc.appname" . Here the problem is when i am uploading app in google playstore its not accepting release apk with generated with that file name.
You can't change the app data in the console. You'll have to delete the app and add a new one with the correct package name and SHA-1 as necessary. You'll have to recreate any information directed at the app, such as Remote Config parameters. This will not delete any data associated with the project, such as database values or Cloud Storage.
change your package name from studio and then after you have to create new app in firebase with new package name.
Otherwise you have to change package name in firebase and for existing project and replace json
file in your studio.
Keep in mind you also have to replace your google-services.json
.
an make sure that com.example package not accept by google while you upload app in playstore. i suggest that you have to give package name like com.yourappname
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With