-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notifications for a specific model #523
Comments
👍 I agree with @lucamtudor I would even like to go further and like to have row level notification API. |
Thanks for the feedback! |
I proposed Realm for our apps (3 apps) and we started changing the data storage layer 2 days ago. So keep up the good work and don't let us down! 👍 |
That sounds awesome! Let us by all means know how it goes and when you release! |
This is a duplicate of #989, so closing this one. |
The notifications API is a great idea, thanks for that!
But I would like to filter notifications for a specific model. Let's say my realm has Users and Emails. I want to be able to listen for email changes only, not to be notified by user changes.
The text was updated successfully, but these errors were encountered: