-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firebase crashlytics conflicting with firebase messaging #1001
Comments
Got the same issue.
as a temporary workaround |
I found the solution, after trying hard.
And update the onesignal to whatever latest version is |
Howdy, Enjoy! |
firebase-iid Shared DependencyThe root issue is that Specific Example of this issueExample output from +--- com.google.firebase:firebase-messaging:20.0.0
| +--- com.google.firebase:firebase-iid:20.0.0 -> 20.1.5
...
+--- com.google.firebase:firebase-crashlytics:17.0.0
| +--- com.google.firebase:firebase-iid:20.1.5 (*) Note that Root IssueGradle should really also upgrade the parent ( Current SolutionThe current solution OneSignal offers is a Gradle plugin called OneSignal-Gradle-Plugin which does perform this automatic upgrade for parent dependencies if a child is updated. However the downside as this issue thread exists is that OneSignal has to maintain a white list of what is safe to upgrade. OneSignal just released OneSignal-Gradle-Plugin 0.12.7 to cover this specific issue so making sure you have this plugin setup will auto resolve this. |
After adding new firebase crashlytics, it shows a conflicting message with one signal.
Message is generic but it has some linkage with onesignal
Anybody has idea?
The text was updated successfully, but these errors were encountered: