Firebase Cloud Message Integration with Browser User Authentication

I have a use case when I need to send FCM messages only if a user has logged into my site. There is a problem where Google delays sending messages and other user logs to the same computer, then a notification for the first user may be displayed. Is there any support for adding Google user authentication when the message is actually received in Chrome.

+6
source share

Source: https://habr.com/ru/post/1014828/


All Articles