exponea / exponea-react-native-sdk

MIT License
8 stars 13 forks source link

Update documentation for upgrading version from 0.x.x to 1.x.x #71

Closed adeem closed 1 year ago

adeem commented 2 years ago

First of all thanks for this documentation. When I try to follow the steps, I started to get following error

app/MessageService.java:5: error: package com.google.firebase.messaging does not exist
import com.google.firebase.messaging.FirebaseMessagingService;  

So basically one step which needs to be added is, please add implementation 'com.google.firebase:firebase-messaging:15.0.2' in android/app/build.gradle dependencies

https://github.com/exponea/exponea-react-native-sdk/blob/develop/documentation/VERSION_UPDATE.md

adam1929 commented 1 year ago

Thank you, nice catch !