Laravel 后端和 android 前端的实时通知

real time notifications with Laravel backend and android FrontEnd

我的申请很简单,只有很多 post,每个 post 都有很多评论。
我想在使用实时通知方法 post 编辑评论时通知用户。
我在后端使用 laravel,在前端使用 android,我发现了一个叫做 pusher 的东西,对于我的应用程序,有没有比 pusher 更好的方法?
或者这是现在用于我的应用程序的方法?

Pusher 是一项付费服务​​,更好的选择是 Firebase Push Notifications,它非常易于使用,并且对于大量使用是免费的。

它还提供了很多自定义功能并且易于使用。