J joaomoraes83 Member Licensed User Longtime User Jul 4, 2020 #1 Hello everyone! Is it necessary to request additional permission for the firebase push service? How to change the push access link?
Hello everyone! Is it necessary to request additional permission for the firebase push service? How to change the push access link?
Erel B4X founder Staff member Licensed User Longtime User Jul 5, 2020 #2 Everything needed is explained here: https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/ Upvote 0
Everything needed is explained here: https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/
J joaomoraes83 Member Licensed User Longtime User Jul 6, 2020 #3 Thank you erel! How to change the link to when the user clicks the push to open a certain address? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 6, 2020 #4 Not sure that I understand your question. Upvote 0
J joaomoraes83 Member Licensed User Longtime User Jul 6, 2020 #5 When the user clicks on the push opens the app. How to change when the user clicks not to open the app but another app? Upvote 0
When the user clicks on the push opens the app. How to change when the user clicks not to open the app but another app?
DonManfred Expert Licensed User Longtime User Jul 6, 2020 #6 It is your Apps Notification. So your app is started for sure. You can decide to start another app. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 7, 2020 #7 Note that starting from Android 10, starting an activity from the background, requires a special permission. Upvote 0
Note that starting from Android 10, starting an activity from the background, requires a special permission.