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.
- So how to change package name without getting any conflicts as it is linked to firebase.
- There is also a problem with google plus login its working fine with debug mode but failing to authenticate with release mode.I did not find any solution.App is in the release phase and i am facing these problems.