I got the e-mail from Firebase with the subject that I put in the title.
I based my system to send push notification in the B4J Sending Tool.
In all my projects I get this message in the e-mail: - Your Firebase project(s) that use Firebase Cloud Messaging APIs are listed below:
- Your recent usage of impacted APIs/features: Server Keys
- Your recent usage of impacted APIs/features: Legacy HTTP protocol
What do I need to change in the code to send notification using the B4J tool?
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...
Google has deprecated the previous method of sending push notifications. It will stop working on June 2024. If you have an already working solution then you only need to update the B4J side. Do make sure that you switched from the service to a receiver on B4A. The new API is (confusingly) named...