-
Notifications
You must be signed in to change notification settings - Fork 367
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
Failed resolution of: Lcom/google/firebase/iid/FirebaseInstanceId #744
Comments
You can fix this issue by adding the implementation("com.google.firebase:firebase-iid") |
Thanks for the fix. |
Add this line into implementation section (android/app/build.gradle) Thanks @MDXDave for letting know this to everyone. I appreciate you're valuable time.::) |
Thank you @MDXDave for the workaround.
|
when can we expect a proper fix by removing the deprecated dependency ? |
yes agree with @yangcheng - would be good to remove this. |
This is actually important since apps will have conflicts with FirebaseMessaging and FirebaseInstanceId. |
Thanks for bringing it up. We will address this issue as a priority. |
I don't know how to thank you. You solve my issue which I have been facing for more than 2 weeks. I added the dependency and it worked. Thanks again. |
Much thanks. Solved the issue which was keeping me to upgrade dependencies appwide. Much thanks. |
|
@omarreess Thanks for this. I already solved my issue. |
We have released v5.9.4 which has the fix for the missing dependency. We are deprecating Messaging and Mobile A/B testing features(more details) so the FCM service will be removed soon from our SDK. I'm closing this one now, please feel free to raise any questions. |
Just in case somebody else lands here, v5.9.2 has an issue, use 5.9.4 and it works! Thanks @zihejia |
thanks @benpratt22 ! |
I'm still getting this issue on 5.9.4 and 5.9.5:
Adding the dependency manually fixes the issue still, but I thought this was fixed correctly by Mixpanel? |
Having same issue with 5.9.5 |
Check that you have these dependences in "build.gradle": Android>App>build.gradle
Android>build.gradle
|
It's working for me |
@Niel-Torres thank you so damn much. I'm not even using mixpanel, but your solution solved a big problem I've been facing these last few days. Android configs are new to me, but with help like this I'm slowly picking up its env. Thank you again |
After adding implementation("com.google.firebase:firebase-iid") |
Crash on startapp
myapp.App.onCreate(App.kt:52):
Firebase: 28.0.1 don't contain FirebaseInstanceId at all. It was deprecated a few versions ago. You should use: FirebaseMessaging.getToken() for messaging or FirebaseInstallations for app instance identifiers. More info: https://firebase.google.com/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId
The text was updated successfully, but these errors were encountered: