When i add cordova-plugin-firebase plugin to project, i can not build android:
Execution failed for task ‘:app:fabricGenerateResourcesRelease’.
There are some topics about it but none of them worked with me. For example: One Two
Do you have another solution? Or if you don’t have this problem what are your package versions?
Btw, i need @ionic-native/firebase for push notifications. Can @ionic-native/fcm be used same purpose?
Thanks in advance.
I used cordova-plugin-firebaseX instead of cordova-plugin-firebase and it works. Weird solution but only one for me:
1 Like