hello
i try v24 now and did make web push notification .
when any user subscribe by enable notification so that is appear in Subscriptions table by sorted (Id , Public Key , Authentication Token , Content Encoding)
but no any information about (User).
I hope to help me please
Thanks
The User ID field in the Subscription table is linked to the User name (or the User ID field if User ID Security is enabled). You can join the tables to display whatever you want from the User Table.
There is no any User Id Field in Subscriptions table , there are only Id field (primary key) and field of (User) and this field get empty when enable the notification.
field of (User) and this field get empty when enable the notification
Make sure that you have not enabled “Allow anonymous users” for Web Push Notification. If the user has not logged in, the User field may be empty.
the same result , still get empty for User field when Enable notifications.
Please help
You should login first before you enable the web push notification. Delete all subscriptions and try again.
I did all but the same
Show your project settings and table schema.If you are a registered user, you may want to send to the support email for checking your settings.