Hi,
I have in my private use, a tablet with Android that send and receive firebase notification to my and my wife phone.
I would like to use new HTTP V1 protocol. If I simulate using a B4J project I can send notification but how with B4A?
Where I have to put json file that create token? And dipendencie files work also for B4A?
I integrated firebase push in my application, and one thing I noticed is the LEGACY Cloud messaging has been disabled, and it's recommended to use the Firebase Cloud Messaging API V1. The new FCM API v1 token is shorter than the older web API key (which is now disabled by default) When using...