davide-scalzo / react-native-mixpanel

A React Native wrapper for Mixpanel tracking
MIT License
455 stars 195 forks source link

Multiple push providers #272

Open kiitos-smasri opened 3 years ago

kiitos-smasri commented 3 years ago

Hi All, I am using sdk version 1.2.5 even though am not able to receive push notifications here is the case: I have both firebase and mixpanel configured on AndroidManifest.xml if I disable firebase I can receive mixpanel push notification and vise versa but I want to have both push providers on my app, I followed all the steps to merge from GCM to FCM but still not able to receive push notifications what is the solution here?