RAW JSON数组 - 通过邮递员发布

时间:2018-01-31 01:10:21

标签: arrays json postman

我正在使用邮递员使用特定的授权UID将数组发布到Firebase。 - Raw:

{
"nGurKTPgFSVrAa5XaFHXAwpkKrE2": {
	"allergies" : "",
    "comment" : "",
    "company" : "",
    "customer_id" : "00002",
    "delivery_address" : "",
    "delivery_instruction" : "",
    "email" : "test+3@exampletesturlfortesting.com",
    "fallback" : "",
    "first_name" : "Bob",
    "last_name" : "Dylan",
    "membership" : 0,
    "mobile" : "",
    "password" : "example",
    "type" : 0
  }   
}

但在我的数据库中,这会创建一个 a new random ID under which it stores my array。我需要更改什么才能使用我的UID创建条目而不将其嵌套到新生成的ID中?

0 个答案:

没有答案