When tap at notification msg then back to homePage observeData not being reading again
I'm working on new projects and the idea when the driver get a request from customer it shown at homePage with customer info and he decide to accept the trip or reject, the problem I have notification from FirebaseMessagingService when receiving the notification with new trip and tap on it goes to notificationsFragment -->back to homePage the customer info gone while the customer wait the accepted .
-homePage
class HomeFragment : Fragment() {
companion object {
private const val...