Firebase send push notification using postman example.

preview_player
Показать описание
This tutorial on firebase send push notifications using postman. I also described how to get server key for send request also partial describe how to get individual user token for send notification.

Рекомендации по теме
Комментарии
Автор

Great simple tutorial. Please do v1 tutorial. Really want to know how to do that. Thanks

tristangrobler
Автор

This is the old version and it will be removed as firebase said at 20/6/2024.

we new the newer one which is API (HTTP v1)

Marketplace-fmmg
Автор

What about the cloud messaging v1? Since the old one seems to be deprecated, for new projects we should use the new one right? Do you have a tutorial for that?

FooBar-dkpw
Автор

I did the same. But got the response as invalid registration.
Can anyone help please

yogeshpal
Автор

Hi, Is it possible to send notification using time based ?

nagendrababu
Автор

Cloud Messaging (Legagy) is no longer disponible do enable anymore. How can I do?

ElderMarx
Автор

Hello sir thanks for sharing great knowledge please make a video about the new fcm HTTP v1 api.

How to implement firebase http v1 for Android?

How to implement Google server key in PHP for fcm?

Basirafeef
Автор

Hi sir how can Update my existing Push Notification Message, please share any code or any suggestion.

eneshpal
Автор

How can I check the push notification message delivery status? I mean I would like to check whether the notification has reached the user's mobile. Please help. Thanks in advance.

ebwxpvo
Автор

Muito bom. Você tem um exemplo de envio de notificação para o aplicativo (todos recebem) em vez de um dispositivo específico?

silviosantosbr
Автор

I am facing this issue.
Error sending notification: {"multicast_id":68050430588155968, "success":0, "failure":1, "canonical_ids":0, "results":[{"error":"InvalidRegistration"}]}

ashu
Автор

did you activate billing account for Google Cloud Platform ?

shahmirzali_huseynov
Автор

how can I send to all devices have my app installed ?!

hollyman
Автор

hello
i have use topics for notification can you guide me postman setup with firebase topics..?

bansiparmar
Автор

This method is deprecated and not in use. Please update the video

shortsmadebysatyam
Автор

This is getting deprecated by June 2024. JFYI

zuisyrg
Автор

do we have to get all different devices token and how its possible

suleymanyalman
Автор

getting this

{
"error": "MismatchSenderId"
}

Please help Sir

RahulSarma-mejl