Relative Content

Tag Archive for flutterfirebasefirebase-cloud-messagingsharedpreferencesflutter-getx

Flutter Firebase background notification handler not updating data

I’m developing a flutter taxi app. The app depends on Firebase messaging to listen to events like if a rider sent a ride request, so the driver should have a firebase notification that the driver app listen to it, so when the notification came, I handle a function to get information about the ride request like rider and place, then show something like (A rider sent a ride request for you. accept/reject).
This is the code that listen to the notification came from firebase: