I have a collection “notification” with an array field “readers” that contains user IDs of any user that reader’s the notification.
I want to query by listing all notifications that does not contain the current logged in user ID if that user ID exist in the readers.
Any help or suggestions?