Does firebase handle push notifications?

后端 未结 6 707
无人共我
无人共我 2020-12-01 07:53

I am investigating whether firebase and angularfire are a good fit for my upcoming project.

One of the requirements are for users to be notified when the app is clos

6条回答
  •  伪装坚强ぢ
    2020-12-01 08:16

    As of today, the Google I/O has announced the new Firebase Cloud Messaging Service does now support sending push notifications. It integrates with Google Cloud Messaging to deliver messages upstream and downstream!

    You can read more about it here:

    • Firebase Cloud Messaging

    And the Firebase Cloud Messaging reference is here:

    • Firebase Cloud Messaging reference

提交回复
热议问题