Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Cloud Messaging for web

I want to build a messaging app for web using Google's Firebase. In this app, a user should send and receive messages to/from other users. I checked Google's Firebase website but I got lost. Can you tell me where to start? Can you show me any tutorial or something like that related to Firebase web messaging? I welcome any suggestions. Thanks.

like image 450
jason Avatar asked Dec 15 '22 05:12

jason


2 Answers

Firebase Cloud Messaging for Web is now officially available for many browsers.

We have written a blogpost about our experience implementing it.

like image 62
David Vávra Avatar answered Jan 21 '23 11:01

David Vávra


FCM (firebase cloud messaging) can be implemented with Android, iOS and web(specified Google Chrome) only. So for using it on web application for all browser we have to implement the firebase database. You can see this implementation of firebase database

like image 22
Pritish Joshi Avatar answered Jan 21 '23 09:01

Pritish Joshi