T taylorw Active Member Licensed User Aug 7, 2017 #1 Hi all, i already finish this tutorial: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ What is the next step i want to do, if i want my "customer A" push notification and "Customer B" receive.
Hi all, i already finish this tutorial: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ What is the next step i want to do, if i want my "customer A" push notification and "Customer B" receive.
BillMeyer Well-Known Member Licensed User Longtime User Aug 7, 2017 #2 Possibly this https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/ Upvote 0
DonManfred Expert Licensed User Longtime User Aug 7, 2017 #4 taylorw said: Hi, this is push function? Click to expand... This is the code to RECEIVE the pushes and to regioster the device to FCM. See the B4J Example to see how to send a Push. Upvote 0
taylorw said: Hi, this is push function? Click to expand... This is the code to RECEIVE the pushes and to regioster the device to FCM. See the B4J Example to see how to send a Push.
T taylorw Active Member Licensed User Aug 7, 2017 #5 I have a question, can i push in Android? Upvote 0
An Schi Well-Known Member Licensed User Aug 7, 2017 #6 Yes. Just adjust the given b4j code in a b4a project. Upvote 0
T taylorw Active Member Licensed User Aug 7, 2017 #7 Oh thanks for you guys reply.Solve me question. If i have "A","B","C","D" device may i push notification to "A" device only? Upvote 0
Oh thanks for you guys reply.Solve me question. If i have "A","B","C","D" device may i push notification to "A" device only?
Erel B4X founder Staff member Licensed User Longtime User Aug 7, 2017 #8 You will need to either know device "A" firebase token or make sure that device A is subscribed to a unique topic. Upvote 0
You will need to either know device "A" firebase token or make sure that device A is subscribed to a unique topic.
T taylorw Active Member Licensed User Aug 7, 2017 #9 Thanks Erel!!!My problem solve already. Upvote 0
T taylorw Active Member Licensed User Aug 7, 2017 #10 Sorry i have a question again, if i lock screen it will running in background? Need to create a sticky service? Upvote 0
Sorry i have a question again, if i lock screen it will running in background? Need to create a sticky service?
An Schi Well-Known Member Licensed User Aug 7, 2017 #11 No sticky needed to recieve. Just follow the tutorial. And don't send push via firebase console - it is known to cause issues. Upvote 0
No sticky needed to recieve. Just follow the tutorial. And don't send push via firebase console - it is known to cause issues.