/ef_send_fcmv1

Edge function/API in DENO that gets a valid GoogleAuth token to be used in firebase cloud messaging api v1 and sends a message according to the input payload

Primary LanguageTypeScript

ef_send_fcmv1

Funcion Edge/API desarrollada en Deno que obtiene un token GoogleAuth válido para ser usado en la api v1 de Firebase Cloud Messaging y envía un mensage de acuerdo al payload de entrada. Además hay un ejemplo para hacer lo mismo usando la api legacy (obsoleta).

Edge functions/API in Deno that gets a valid GoogleAuth token to be used in Firebase Cloud Messaging api v1 and sends a message according to the input payload. There's also an example to do the same using the legacy api (deprecated).