Firebase FCM not tigered when the app is in background. I want to run background service for location updates onMessageReceived
I want to start a service for location updates in background what i want to achieve is i want to start the service when the user recevice notification from firebase FCM in onMessageReceived(remoteMessage: RemoteMessage) when the application is in forground…