Currently we have devices using old GCM implementation.
Does anyone know if it\'s possible to use old existing GCM tokens when sending push messages using firebase c
Does anyone know if it's possible to use old existing GCM tokens when sending push messages using firebase cloud messaging APIs?
Yeah that is possible. FCM and GCM messaging api are the same. The only thing that is different is the url (gcm-http.googleapis.com/gcm/
vs fcm.googleapis.com/fcm/
) but they point to the same server.
Also see server endpoints documentation.