E epneeh Member Jan 23, 2021 #1 Hi, i'm adding FCM functionality in my app, using this tutorial https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/ just to make sure, what happen if my app is closed or process get killed, by os, and then Sub MessageArrived get fired, then i call SQL to insert notification into database that already declared in Starter Service, is it fine? Thanks.
Hi, i'm adding FCM functionality in my app, using this tutorial https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/ just to make sure, what happen if my app is closed or process get killed, by os, and then Sub MessageArrived get fired, then i call SQL to insert notification into database that already declared in Starter Service, is it fine? Thanks.
Erel B4X founder Staff member Licensed User Longtime User Jan 24, 2021 #2 Assuming that SQL is initialized in Service_Create of the starter service then it is fine. Upvote 0