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 would like to retrieve a list of notification events, but the events are all events received by the user (not created by user).
I am building a notifications screen for users to see all of their notifications, (all the ones that have been pushed to them by other users).
Instead of the events created BY I would like the events created FOR a given user. E.g:
User A makes request => gets back all Notifications Sent to User A in the past
The text was updated successfully, but these errors were encountered:
I would like to retrieve a list of notification events, but the events are all events received by the user (not created by user).
I am building a notifications screen for users to see all of their notifications, (all the ones that have been pushed to them by other users).
I think the current Server API is innapropriate for this, as it gets all those created BY a user. But correct me if I'm wrong.
https://docs.quickblox.com/reference/push-notifications#list-events
Instead of the events created BY I would like the events created FOR a given user. E.g:
User A makes request => gets back all Notifications Sent to User A in the past
The text was updated successfully, but these errors were encountered: