We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we use legacy endrpoint "https://fcm.googleapis.com/fcm/send" https://github.com/4d/4D-Mobile-App-Server/blob/main/Project/Sources/Methods/android_sendNotification.4dm#L16
the instruction to upgrade are here https://firebase.google.com/docs/cloud-messaging/migrate-v1
TODO:
The text was updated successfully, but these errors were encountered:
proposition
Si on défini
$pushNotification.auth.project:="your_prj_key"
alors on utilise le nouveau endpoint avec le bon bearer
Sorry, something went wrong.
570536d
doc https://github.com/4d/4D-Mobile-App-Server/blob/main/Documentation/Classes/PushNotification.md#project-key-android-only
Not tested
JSON data changed for this new API
must be tested
No branches or pull requests
we use legacy endrpoint "https://fcm.googleapis.com/fcm/send"
https://github.com/4d/4D-Mobile-App-Server/blob/main/Project/Sources/Methods/android_sendNotification.4dm#L16
the instruction to upgrade are here
https://firebase.google.com/docs/cloud-messaging/migrate-v1
TODO:
https://fcm.googleapis.com/v1/projects/myproject-b5ae1/messages:send
The text was updated successfully, but these errors were encountered: