[Vuejs]-Problem related to the cloud firestore database connection when I use some browsers

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.

Leave a comment