Vue.js + Firebase Realtime Database
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Update Multiple References at Once

In the previous lesson we learned how to update individual data, but many times, it's necessary to do multiple changes. In this lesson, we will learn that we need to consider a potential issue with realtime databases when we need to update multiple data at the same time, and then learn how to deal with these situations.