You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After integrating firebase crashlytics in my project.
Calling Localytics.registerPush() in my react-native project crashing my android app
gettng this exception:
FATAL EXCEPTION: LLLocalyticsModule-Background-Handler
java.lang.UnsupportedOperationException: You must include the Firebase Messaging dependency to register for push.
After integrating firebase crashlytics in my project.
Calling Localytics.registerPush() in my react-native project crashing my android app
gettng this exception:
FATAL EXCEPTION: LLLocalyticsModule-Background-Handler
java.lang.UnsupportedOperationException: You must include the Firebase Messaging dependency to register for push.
"localytics-react-native": "^3.2.2",
"react-native": "0.65.1",
The text was updated successfully, but these errors were encountered: