web push notification

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ahmed7
User
Posts: 100

web push notification

Post by ahmed7 »

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


MichaelG
User
Posts: 1110

Post by MichaelG »

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.


ahmed7
User
Posts: 100

Post by ahmed7 »

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.


MichaelG
User
Posts: 1110

Post by MichaelG »

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.


ahmed7
User
Posts: 100

Post by ahmed7 »

the same result , still get empty for User field when Enable notifications.
Please help


MichaelG
User
Posts: 1110

Post by MichaelG »

You should login first before you enable the web push notification. Delete all subscriptions and try again.


ahmed7
User
Posts: 100

Post by ahmed7 »

I did all but the same


MichaelG
User
Posts: 1110

Post by MichaelG »

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.


Post Reply