Is this data point stored in any table?
1 Like
Hi Amit,
Yes, underneath the hood we are using native browser push notifications. The (per-browser) client subscriptions is stored in the push_subscriptions
table.
(Note, this depends on if you are on mobile or desktop: on desktop notifications, there is nothing to store, as it uses the browser notification api. Only mobile notfications need to be stored server-side in the push_subscriptions
table)
9 Likes
A post was split to a new topic: Do push notifications use 3rd party brokers?