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

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

🚧 NOTICE: You are watching a Vue.js 2 lesson

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.