Rahul Pathak
Rahul Pathak

Reputation: 91

Website notifications in Webview Android App

I have developed a WebView app for a social network website. I want to add notifications of the website in the WebView app. When one user sends message or friend request, the second user must get a notification.

Is there any way to show all that notifications from the website in the WebView app?

Please help.

Upvotes: 3

Views: 825

Answers (1)

Nilesh Panchal
Nilesh Panchal

Reputation: 1069

If you want notification in webview than you must have to register every device with firebase when app installed for sending push notification

And whenever action is performed from webview than from backend the push notification will fire with "PayLoad" and from there we are displaying the notification to one devices to other devices using webview app.

Note : You Must need to register device for push notification using firebase.

Upvotes: 2

Related Questions