Database Notification Data
I want to add custom json data to a database notification. I see there's no method for this. How could I achieve it? Also, how about modify de type column in the database?
Solution:Jump to solution
The data being stored is already JSON, I would just re-use something like viewData on the notification to store additional data
2 Replies
Solution
The data being stored is already JSON, I would just re-use something like viewData on the notification to store additional data
Thank you for your help!