0
Okay, so I solved the problem.
The solution was to change
db.firestore().collection('users')
to:
db.collection('users')
- [Vuejs]-I'm getting this error with vue router vue 2.0
- [Vuejs]-Is it possible to add HTML elements in which store some data in Vue?
Source:stackexchange.com