1. I could not find b4A Library for firebase notification. Where is this library hiding.?
2. I would like to send individual notification, not group. how this can be done? any working example please...
I am using b4A v7.8
Help will be highly appreciated.
1. The library is FirebaseNotifications and it is an internal library included in the IDE. I don't remember whether it was included with v7.80 (and whether it supports that version).
I have purchased the latest b4A v9.5 yesterday.
But there is a problem as below :
Public Sub SubscribeToTopics
Log("SubscribeToTopics") fm.SubscribeToTopic(Starter.Phone.GetSettings("android_id")) 'you can subscribe to more topics
fm.SubscribeToTopic("general") 'you can subscribe to more topics
CheckToken
End Sub
Error shows unkown member: Phone. Althought the phone library is added.
This problem does not show up in b4A-trial (v9.5).
Can u pl. help.
Thanks Erel. I succeeded in sending Firebase notification after a hard workout. I Just wanted to know , how to change the icon image in the notification.?
It is better to start a new thread for this question as it is not strictly related to push notifications.
You have two options:
1. Use NB6.
2. Put a readonly image in Objects\res\drawable and change Notification.Icon = "icon" with the new file name (without extension).