Many thanks for your support.Did you see the changed Informations in the new Tutorial?
[B4X] Firebase Push Notifications 2023+
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...www.b4x.com
I not understand,You need to understand the legacy API is no longer available.
You must use the new Firebase Cloud Messaging API (V1).
I not understand,
Kindly, how can I use it? steps, please?
it is not clear like what in the past.[B4X] Firebase Push Notifications 2023+
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...www.b4x.com
Which part is not clear?it is not clear like what in the past.
In the past Mr. Erel gave a complete tutorial for FCM starting from creating key until b4a example.
there is any like that please.
You are confused. The bottom one is old and cannot be use anymore.Thanks Mr. Asales
The answer for the first question (how to send in the past) is like :
View attachment 156956
while I faced problem before this stage, that I can't create key :
as you can see in following image :
View attachment 156957
It gave an error like the following :
View attachment 156958
While the old keys not work totally, so as you can see in previous images, I tried to create new key.
There is any way to run the old keys/project ?
Best regards
And that´s exctly what have been stopped.The answer for the first question (how to send in the past) is like
Set the project ID in process global variableIf yes, how to make it in sender ?
I saw in B4J project, is use C:\Users\H\Downloads\b4a-test1-firebase-adminsdk-9ze0o-ecfe854c74.json , how can I got similar file ?
Best regards