I'm hitting a wall with a persistent Android bug: java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'. It mostly happens on fresh installs. It does not effect the app's functionality tho. ADB also shows two different Play Services versions on my test device. ๐
Android: SecurityException: Unknown calling package name 'com.google.android.gms' - Manually update Firebase packages?
Troubleshooting
I've tried clearing Play Services data on the device, but the error still pops up in the logs.
My Firebase packages in pubspec.yaml (generated by FlutterFlow) are about 6 months old. My question to the community:
Has anyone faced similar GMS errors and managed to fix them by manually updating Firebase packages (like firebase_core, auth, firestore, etc.) to newer versions in their pubspec.yaml?
Or is this likely to break the FlutterFlow project, as FF might expect specific older versions? I'm looking for any advice on how to best approach this without wrecking my project! ๐
Thanks a bunch!
Yes