Android docs outdated
See original GitHub issueIntercom 5 is due to be discontinued and will stop working in June 2020.
Users need to install Intercom 6:
implementation 'io.intercom.android:intercom-sdk:6.+'
implementation 'com.google.firebase:firebase-messaging:20.+'
https://github.com/intercom/intercom-android
Additionally the MainMessagingService example for combining Intercom pushes with react-native-firebase
no longer works due to a major version change on that library.
I’m currently integrating this library with all the newer stuff - will post in this issue the necessary changes and then we can hopefully update the docs!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:12
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Deprecations - Android Developers
With each release, specific Android APIs may become obsolete or need to be refactored to provide a better developer experience or support new...
Read more >Official Android docs containing deprecated code : r/androiddev
Official Android docs containing deprecated code ... It's infuriating. Google changes the "approved" way of doing things so frequently it's a ...
Read more >The documentation is incorrect/very outdated for building ...
The documentation is incorrect/very outdated for building under Android ... Bug exists in Snapshot Version 1.1.2-SNAPSHOT (Android Service ...
Read more >Fix an installed Android app that isn't working - Google Support
Try the following steps if an app installed on your phone has any of these problems: Crashing. Won't open. Won't respond. Isn't working...
Read more >Deprecated. Why I stopped being an Android Developer.
... I just want to mention that these are personal reasons and opinions. If you love Android, then your determination for this development...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
To get
react-native-intercom
working with the newest React Native Firebase (there is an example for this in the docs…The change is quite simple to be honest,
RNFirebaseMessagingService
has changed toReactNativeFirebaseMessagingService
. That’s it. Also, the original implementation was missing something for the Intercom push token that also needs to be present.Feel free to remove the below logs, I found them really helpful.
PushNotificationService.java (make sure the name matches in
AndroidManifest.xml
)@nabilfreeman I am getting this error
error: package io.invertase.firebase.messaging does not exist
what am i lacking of? any idea?