In a database from Firebase, I need to update the value open and pass it to false for all child. How I can do it in Javascript ?
Something like this
let dbCon = firebase.database().ref("/messages/" + *);
dbCon.update({
open: false
});
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…