0👍
You have two separate error messages here.
The first one is suggesting that you have a poor internet connection to Firesetore.
The second one is saying you’re passing an invalid value to doc()
. You will need to debug your code to figure out why either this.userId
or this.questionId
are undefined.
- [Vuejs]-Select All table rows (not only by pages) in vue-good-table Vue component
- [Vuejs]-Input value that's binded with vue does not show up in the dom
Source:stackexchange.com