Package com.kernelcrew.moodapp.data
Class FollowRequestProvider
java.lang.Object
com.kernelcrew.moodapp.data.FollowRequestProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.firebase.firestore.ListenerRegistration
Start listening for notifications, such as followAccepted.com.google.firebase.firestore.ListenerRegistration
listenForFollowRequests
(String userId) Start listening for follow requests (incoming follow requests).
-
Constructor Details
-
FollowRequestProvider
-
-
Method Details
-
listenForFollowRequests
Start listening for follow requests (incoming follow requests). This method is called in HomeFeed. -
listenForFollowAcceptedNotifications
public com.google.firebase.firestore.ListenerRegistration listenForFollowAcceptedNotifications(String userId) Start listening for notifications, such as followAccepted.
-