Slide 22
Slide 22 text
#FirebaseDevDay
Message JSON representation
{
"name": string,
"data": {
string: string,
...
},
"notification": {
object (Notification)
},
"android": {
object (AndroidConfig)
},
"webpush": {
object (WebpushConfig)
},
"apns": {
object (ApnsConfig)
},
"fcm_options": {
object (FcmOptions)
},
// Pick 1
"token": string,
"topic": string,
"condition": string
}