We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nuxtjs/firebase": "^7.5.0", "firebase": "^8.2.9", "nuxt": "^2.15.8",
N/A
methods: { async fetchBundle () { await this.$axios.get('/createBundle').then((resp) => { const foo = this.$fire.firestore.loadBundle(resp.data) foo.then((bundle) => { console.log(bundle) }) }).catch((error) => { console.error(error) }) },
No errors?
Uncaught (in promise) unimplemented pu @ prebuilt-306f43d8-45d6f0b9.js?a6a6:13665 eval @ prebuilt-306f43d8-45d6f0b9.js?a6a6:18465 eval @ prebuilt-306f43d8-45d6f0b9.js?a6a6:18469 eval @ prebuilt-306f43d8-45d6f0b9.js?a6a6:18470 eval @ prebuilt-306f43d8-45d6f0b9.js?a6a6:18485 Kc @ prebuilt-306f43d8-45d6f0b9.js?a6a6:18486 eval @ ListChases.vue?8464:55 Promise.then (async) _callee$ @ ListChases.vue?8464:53 tryCatch @ runtime.js?96cf:63 invoke @ runtime.js?96cf:294 eval @ runtime.js?96cf:119 asyncGeneratorStep @ asyncToGenerator.js?1da1:3 _next @ asyncToGenerator.js?1da1:25 eval @ asyncToGenerator.js?1da1:32 eval @ asyncToGenerator.js?1da1:21 fetchBundle @ ListChases.vue?8464:53 created @ ListChases.vue?8464:46 invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:1863 callHook @ vue.runtime.esm.js?2b0e:4235 Vue._init @ vue.runtime.esm.js?2b0e:5022 VueComponent @ vue.runtime.esm.js?2b0e:5168 createComponentInstanceForVnode @ vue.runtime.esm.js?2b0e:3304 init @ vue.runtime.esm.js?2b0e:3133 createComponent @ vue.runtime.esm.js?2b0e:6022 createElm @ vue.runtime.esm.js?2b0e:5969 patch @ vue.runtime.esm.js?2b0e:6560 Vue._update @ vue.runtime.esm.js?2b0e:3963 updateComponent @ vue.runtime.esm.js?2b0e:4075 get @ vue.runtime.esm.js?2b0e:4495 run @ vue.runtime.esm.js?2b0e:4570 flushSchedulerQueue @ vue.runtime.esm.js?2b0e:4326 eval @ vue.runtime.esm.js?2b0e:1989 flushCallbacks @ vue.runtime.esm.js?2b0e:1915 Promise.then (async) timerFunc @ vue.runtime.esm.js?2b0e:1942 nextTick @ vue.runtime.esm.js?2b0e:1999 queueWatcher @ vue.runtime.esm.js?2b0e:4418 update @ vue.runtime.esm.js?2b0e:4560 Vue.$forceUpdate @ vue.runtime.esm.js?2b0e:3984 eval @ index.js?6435:244 eval @ index.js?6435:242 eval @ index.js?6435:119 eval @ VM38649 ListChases.vue:32 ./components/cards/ListChases.vue @ app.js:1530 webpack_require @ runtime.js:854 hotApplyInternal @ runtime.js:750 hotApply @ runtime.js:412 cb @ process-update.js?e135:76 eval @ process-update.js?e135:91 Promise.then (async) check @ process-update.js?e135:90 module.exports @ process-update.js?e135:52 processMessage @ client.js?1b93:279 handleMessage @ client.js?1b93:139 handleMessage @ client.js?1b93:102
The text was updated successfully, but these errors were encountered:
I'm not sure that load bundle is a valid method? What are you trying to do?
load bundle
Sorry, something went wrong.
No branches or pull requests
Version
@nuxtjs/firebase": "^7.5.0",
"firebase": "^8.2.9",
"nuxt": "^2.15.8",
Reproduction Link
N/A
Steps to reproduce
methods: {
async fetchBundle () {
await this.$axios.get('/createBundle').then((resp) => {
const foo = this.$fire.firestore.loadBundle(resp.data)
foo.then((bundle) => {
console.log(bundle)
})
}).catch((error) => {
console.error(error)
})
},
What is Expected?
No errors?
What is actually happening?
Uncaught (in promise) unimplemented
pu @ prebuilt-306f43d8-45d6f0b9.js?a6a6:13665
eval @ prebuilt-306f43d8-45d6f0b9.js?a6a6:18465
eval @ prebuilt-306f43d8-45d6f0b9.js?a6a6:18469
eval @ prebuilt-306f43d8-45d6f0b9.js?a6a6:18470
eval @ prebuilt-306f43d8-45d6f0b9.js?a6a6:18485
Kc @ prebuilt-306f43d8-45d6f0b9.js?a6a6:18486
eval @ ListChases.vue?8464:55
Promise.then (async)
_callee$ @ ListChases.vue?8464:53
tryCatch @ runtime.js?96cf:63
invoke @ runtime.js?96cf:294
eval @ runtime.js?96cf:119
asyncGeneratorStep @ asyncToGenerator.js?1da1:3
_next @ asyncToGenerator.js?1da1:25
eval @ asyncToGenerator.js?1da1:32
eval @ asyncToGenerator.js?1da1:21
fetchBundle @ ListChases.vue?8464:53
created @ ListChases.vue?8464:46
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:1863
callHook @ vue.runtime.esm.js?2b0e:4235
Vue._init @ vue.runtime.esm.js?2b0e:5022
VueComponent @ vue.runtime.esm.js?2b0e:5168
createComponentInstanceForVnode @ vue.runtime.esm.js?2b0e:3304
init @ vue.runtime.esm.js?2b0e:3133
createComponent @ vue.runtime.esm.js?2b0e:6022
createElm @ vue.runtime.esm.js?2b0e:5969
patch @ vue.runtime.esm.js?2b0e:6560
Vue._update @ vue.runtime.esm.js?2b0e:3963
updateComponent @ vue.runtime.esm.js?2b0e:4075
get @ vue.runtime.esm.js?2b0e:4495
run @ vue.runtime.esm.js?2b0e:4570
flushSchedulerQueue @ vue.runtime.esm.js?2b0e:4326
eval @ vue.runtime.esm.js?2b0e:1989
flushCallbacks @ vue.runtime.esm.js?2b0e:1915
Promise.then (async)
timerFunc @ vue.runtime.esm.js?2b0e:1942
nextTick @ vue.runtime.esm.js?2b0e:1999
queueWatcher @ vue.runtime.esm.js?2b0e:4418
update @ vue.runtime.esm.js?2b0e:4560
Vue.$forceUpdate @ vue.runtime.esm.js?2b0e:3984
eval @ index.js?6435:244
eval @ index.js?6435:242
eval @ index.js?6435:119
eval @ VM38649 ListChases.vue:32
./components/cards/ListChases.vue @ app.js:1530
webpack_require @ runtime.js:854
hotApplyInternal @ runtime.js:750
hotApply @ runtime.js:412
cb @ process-update.js?e135:76
eval @ process-update.js?e135:91
Promise.then (async)
check @ process-update.js?e135:90
module.exports @ process-update.js?e135:52
processMessage @ client.js?1b93:279
handleMessage @ client.js?1b93:139
handleMessage @ client.js?1b93:102
The text was updated successfully, but these errors were encountered: