如何将相同的数据同时存储到Firebase实时数据库中的两个不同路径/位置?我试过了,但是没有用
export const DetailsCreated = ({ name }) => {
return () => {
firebase.database().ref('games')
firebase.database().ref('users')
.push({ name })
};
}
答案 0 :(得分:1)
您正在寻找multi-location update。如果要在两个位置的同一键下写名称,那就是:
addlocation = mMap.cameraPosition.target