Legacy Firebase条件无法使用curl

时间:2018-03-27 12:37:40

标签: firebase-cloud-messaging

这个电话:

curl -X POST \
  -H "Authorization: key=AAAAx4uYEXU:...e8EEq9aCv-pGWXIfyCp_lUp28mY" \
  -H "Content-Type: application/json" \
  -d '{ "data": {
          "score": "5x1",
          "time": "15:10"
        },
        "condition": "'dogs' in topics || 'cats' in topics",
        "content_available": true
      }' \
  "https://fcm.googleapis.com/fcm/send"

导致此错误: 无效"条件"字段:仅支持'主题'条件

我直接从文档中复制了条件字段......我怎样才能让它工作?

0 个答案:

没有答案