Firebase notification´s test

Firebase notification´s test with command line

Last update: 2022-01-12
curl -X POST --header "Authorization: key=[KEY FIREBASE]" --Header "Content-Type: application/json" https://fcm.googleapis.com/fcm/send -d "{\"to\":\"[DEVICE PUSH ID]\",\"notification\":{\"body\":\"Cuerpo\", \"title\":\"titulo\", \"idNotificacion\": \"identificador\"} \"priority":\"10"}"