Replies: 1 comment
-
There isn't, but honestly this would have been a really nice feature for this app - to have a model for topic connected to user model. If you are going to do this for your own app, please consider opening a PR within this package! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use case
I want to show a notifications overview pages where the user can choose which topics to subscribe/unsubscribe.
For this to work I need to filter all devices associated with the user and get a list of all their subscribed topics, so that I can show the correct values on the settings page.
Is there a way to do this with the current models? Or do I have to keep track of subscribed and unsubscribed topics myself elsewhere?
Beta Was this translation helpful? Give feedback.
All reactions