Closed nicoburns closed 5 years ago
node_modules/react-native-firebase/android/build.gradle
Had the same issue as you and after digging around for a while it appears that the following needs to be up to the latest version:
// Cloud Messaging / FCM
compileOnly "com.google.firebase:firebase-messaging:17.5.0"
should be:
// Cloud Messaging / FCM
compileOnly "com.google.firebase:firebase-messaging:17.6.0"
Hello 👋, to help manage issues we automatically close stale issues. This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require the community's attention?
This issue will be closed in 15 days if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information.
Issue
I'm getting the following error when trying to build our react-native project for android. Initial issue was that libraries were requiring
firebase-iid:17.1.2
instead offirebase-iid:17.1.1
. However, when updating this version we get the error below. We have not made any code changes to our code which was previously building fine (2 days ago):Build error:
Project Files
Android
android/build.gradle
:android/app/build.gradle
:android/settings.gradle
:MainApplication.java
:AndroidManifest.xml
:Environment
N/A
N/A
N/A
React Native
version:0.59.4
(issue initially seen on0.57.x
, same issue when upgrading)React Native Firebase
library version:5.3.0
(initially seen on5.5.1
, same issue when upgrading)Firebase
module(s) you're using that has the issue:TypeScript
?ExpoKit
?