我正在使用邮递员使用特定的授权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中?