Skip to content

Does the project use deprecated api endpoints for the fcm cloud messaging platform? #970

Answered by jeromegamez
TeoMastro asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there, and thank you for taking time to make the text more than just a two-liner 🙏🏻

In the 7.x releases, no deprecated/shut-down API endpoints are used. Previous releases continued to work until Firebase shut down the legacy API, so, if you want to use FCM, you need to use a 7.c release (preferably the latest one 😅)

As for the sendMulticast() method - it creates copies of the given message, modifies it to use the given registration tokens, and then forwards it to the sendAll() method.

The PHP SDK supports topic management as well.

The only drawback here is that the PHP SDK is unofficial and doesn't have all the features the official SDKs have - this is due to the fact that I'm a one-m…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TeoMastro
Comment options

Answer selected by TeoMastro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #969 on December 20, 2024 16:23.