Answers for "cannot find symbol BuildConfig.APPLICATION_ID + ".reactnativefirebaseappinitprovider""

0

cannot find symbol BuildConfig.APPLICATION_ID + ".reactnativefirebaseappinitprovider"

Seems like it should be enough to rename `APPLICATION_ID` to `LIBRARY_PACKAGE_NAME`
in /app/android/src/reactnative/java/io/invertase/firebase/app/ReactNativeFirebaseAppInitProvider.java,

as referred here 
https://android.googlesource.com/platform/tools/base/+/51644d6f302ea8c3616d98afde0b4ee30d7d4741
Posted by: Guest on August-16-2021

Code answers related to "cannot find symbol BuildConfig.APPLICATION_ID + ".reactnativefirebaseappinitprovider""

Browse Popular Code Answers by Language