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
I've tested it with all versions from 0.7.0 and none of the BackgroundLocation.getLocationUpdates method provided location.
is conflicting with -> FirebaseMessaging.onBackgroundMessage(_firebaseMessagingBackgroundHandler);
if I comment out that line from firebase, the lib works. If you keep the line, it doesn't work. In version 0.6.0, it worked with this firebase implementation.
Need some extra configuration?
The text was updated successfully, but these errors were encountered:
MoralCode
changed the title
Localization doesn't work in version 0.7.0 or higher
getLocationUpdates is conflivting with firebase onBackgroundMessage in version 0.7.0 or higher
Jul 21, 2023
MoralCode
changed the title
getLocationUpdates is conflivting with firebase onBackgroundMessage in version 0.7.0 or higher
getLocationUpdates is conflicting with firebase onBackgroundMessage in version 0.7.0 or higher
Jul 21, 2023
I've tested it with all versions from 0.7.0 and none of the BackgroundLocation.getLocationUpdates method provided location.
is conflicting with -> FirebaseMessaging.onBackgroundMessage(_firebaseMessagingBackgroundHandler);
if I comment out that line from firebase, the lib works. If you keep the line, it doesn't work. In version 0.6.0, it worked with this firebase implementation.
Need some extra configuration?
The text was updated successfully, but these errors were encountered: