I have developed one mobile app(iOS) using Firebase SDK on Delphi(Firemonkey).
It receive FCM push message well.
Now, I am trying to save the message when received it.
Whenever the app is running on the background, foreground or not running,
I want to save the message to sqlite database when receive a push message.
In this case, I thought I have to customize ‘FirebaseMessaging.framework’ in Firebase SDK Framework on Xcode.
Is that right?
How can I approach and what code should I modify…?