const ref = firebase.database().reference(); ref.update({ "/path/to/node/one": null, "/path/to/node/two": null, "/path/to/node/three": null });