Get all notifications from firebase

I set push notifications in my application using firebase. My question is how to get all the notifications that I previously sent in order to display them in the iOS app. Is there a Firebase API for this? I looked through the firebase docs and don't see the API for receiving notifications.

+4
source share
1 answer

There is no API for this, you can use Firebase Analytics to register events when opening incoming messages.

0
source

Source: https://habr.com/ru/post/1648820/


All Articles