App crashes upon phone authentication after changing package name - Flutter
问题 I wanted to change the package name of my project so I changed the applicationId in build.gradle and in android.xml . I changed package name using below guide https://medium.com/@skyblazar.cc/how-to-change-the-package-name-of-your-flutter-app-4529e6e6e6fc Firebase database was linked with my project so I thought I had to change the package name in Firebase too. So, I added new app in Firebase with UPDATED package name of the project and added SHA key as required. After doing all this I