推送通知数据存储在哪里

Is this data point stored in any table?

1 个赞

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 个赞

A post was split to a new topic: Do push notifications use 3rd party brokers?