Migrate to the new Firebase Cloud Messaging API for sending messages to a topic
I recently disabled the legacy Cloud Messaging API and switched to the new Firebase Cloud Messaging API (V1) as shown in the screenshot below: Previously, I used the following code to subscribe a user to a topic and then send…