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.
There is no API for this, you can use Firebase Analytics to register events when opening incoming messages.
Source: https://habr.com/ru/post/1648820/More articles:Почему физические устройства сбой случайно меняют тесты XCTest UI? - iosHow can I change a read-only property? - pythonPython receives notification using Google Drive - push-notificationAn ambiguous variable of type `a0 ', arising from the use of` it' - functional-programmingHow to add longitude and latitude lines on a map using ggplot2? - rSpeeding up cross-reference filtering in Pandas DB - performancetime conversion in Joda Instant on Java - javaDifference between __new__ and __init__ order in Python2 / 3 - pythonNumpy Conditional Max Range - pythonpython Iterate through dataframe columns - pythonAll Articles