- I have developed an app that is working properly with the default package name (i.e. com.example.appname.
But As the Play Store would not allow an app with a default package
name, it must be changed.So I have changed it throughout the app but you all know the
connection with Firebase can be established using the app package
name which creates a file( google.services.json).Hence By changing the package name, the app wouldn't be using Firebase services.
Desired Solution: How I can use Firebase services without recreating the whole project with a Firebase connection?
You will have to re-register your app on Firebase.