Mostafa Taher
Mostafa Taher

Reputation: 21

real time notifications with Laravel backend and android FrontEnd

My application is simple just alot of posts and every post has many comments.
I want to notify users when a comment is posted with a real time notification method.
I use laravel for backend and android for frontend , i found something called pusher , is there any method better than pusher for my app ?
or this is the method to use now for my app?

Upvotes: 1

Views: 620

Answers (1)

Nouman Ch
Nouman Ch

Reputation: 4121

Pusher is a paid service the better option is Firebase Push Notifications which are really easy to use and free of cost for large amount of usage.

It also provide a lot of customization and easy to work with it.

Upvotes: 1

Related Questions