EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

onMessageReceivedCallback - Saving messages while application is closed or minimized. #1724

Open NaBo1985 opened 3 years ago

NaBo1985 commented 3 years ago

Hey, I am using push notifications to save new messages in SQLite, when the app is opened the notifications arrive to onMessageReceivedCallback and from there i save the messages in my local database.

My question is, how can I save messages to my local database while the app is closed or minimized?

This video show's the problem im facing

[VIDEO]

any suggestions in the right direction will be helpful thanks