b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
96 stars 85 forks source link

Issue adding to android project #80

Closed shockoe-hatch closed 2 years ago

shockoe-hatch commented 2 years ago

I have followed the steps to add this to my android project but when trying setInstanceId I recieve the following error.

Could not Invoke RNPusherPushNotifications.setAppKey
null

Failed resolution of: Lcom/google/firebase/iid/FirebaseInstanceId;

Didn't find class com.google.firebase.iid.FirebaseInstanceId

Have tried to debug the package to see what's going on but haven't had much success.

shockoe-hatch commented 2 years ago

Fixed need to add the following to my build gradle. implementation("com.google.firebase:firebase-iid")