当前位置:网站首页>Testing firebase with postman
Testing firebase with postman
2022-06-11 08:06:00 【_ iorilan】
Use postman test google firebase Notice of news
1. url
https://fcm.googleapis.com/fcm/send2. Header :
Authorization key={your api key}
Content-Type application/json3. body :
{
"to" : "{device refresh token}",
"collapse_key" : "type_a",
"notification" : {
"body" : "Body of Your Notification",
"title": "Title of Your Notification"
},
"data" : {
"body" : "Body of Your Notification in Data",
"title": "Title of Your Notification in Title",
"key_1" : "Value for key_1",
"key_2" : "Value for key_2"
}
}
边栏推荐
- Figure seamless database integration tushare interface
- 签到体系设计:签到功能该怎么画
- 2021-10-17
- How to do well in empty state design? Look at this comprehensive summary
- C. Managing history (greedy / hashing / thinking / good questions)
- 使用特殊字符拼接字符串“+“
- Post - payload of interface test
- Switch statement
- Typescript distributed condition type
- Pycrypto packaging error
猜你喜欢

About static keyword

SylixOS SD设备驱动开发

使用 COCO 数据集训练 YOLOv4-CSP 模型

放大镜子效果图

A detailed explanation of one of the causes of dead loop caused by array out of bounds in C language

Data visualization and Matplotlib

批量拼接字符串

How to output the percent sign "%" in printf function in C language

How to make hyperlinks in RichTextBox- How can I make a hyperlink work in a RichTextBox?

Development of sylixos SD device driver
随机推荐
Use special characters to splice strings "+“
Shell编程笔记
记一次忽略@SuppressLint(“NewApi“)提示引发的血案
Layout of code setting constraintlayout_ constraintDimensionRatio
Switch statement
Typescript type protection
Pycrypto packaging error
Typescript null and undefined
C- print 99 multiplication table
C language - Growth Diary -03- function definition and function prototype declaration
Logical implication of functional dependence
String Simulation Implementation
TypeScript-键盘映射
Lesson 1 about Xiaobai's C language
Simple use of string
How to make hyperlinks in RichTextBox- How can I make a hyperlink work in a RichTextBox?
Receive ontrimmemory and other callbacks through componentcallbacks2 and mock the corresponding scenario
Zero foundation self-study SQL course | union joint query
Activity中,View#postDelay会导致内存泄漏,但是不会影响Activity的生命周期执行。
DAMENG 数据库启停