vuejs / vuefire

🔥 Firebase bindings for Vue.js
https://vuefire.vuejs.org
MIT License
3.82k stars 323 forks source link

Update options-api-realtime-data.md #1526

Open darrelfrancis opened 1 month ago

darrelfrancis commented 1 month ago

Currently the explanation for the reset is backwards, saying that you should send true if you want to keep current value. In fact, you should send false to keep the current value, and true to replace it with null.