Answer the question
In order to leave comments, you need to log in
Opera mobile/mini not sending request to firestore?
Faced such a problem. There is a collection with multiple documents in the firestore that vue gets via vuex
Example action
async setList ({ commit }) {
const res = await firestore.collection('collection').get()
// ...
}
mounted () {
this.$store.dispatch('setList').finally(() => {
this.isLoaded = true
})
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question