Hi
Tryed to find a way to save data from Firebase notification .
I want to save the body message and use it when the user starts the app
Is there a way to do this ?
I have been working with Erels examples , and i it works perfekt.
Your app is not started when a notification arrives (with the exception of silent push notifications).
Push notifications are not replacement for your own server. Don't assume that all messages will arrive, instead check with your server when the app starts.
Your app is not started when a notification arrives (with the exception of silent push notifications).
Push notifications are not replacement for your own server. Don't assume that all messages will arrive, instead check with your server when the app starts.