How to use Quasar createUploaderComponent
App Extension with VueFire Storage upload?
#17150
Unanswered
BenJackGill
asked this question in
Quasar App Extensions
Replies: 1 comment
-
Ok got this working by wrapping
But now I have another question... I would also like to hook into and provide values for the QUploader upload progress and file status. Is that possible? The docs only show possible values for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use Quasar
createUploaderComponent
element as shown in the docs here and pair it with the VueFire Storage upload composable.This is my code, the
console.log
s print correctly, but the file never uploads to Firebase storage.Any idea what could be wrong?
I extended the component like this:
Beta Was this translation helpful? Give feedback.
All reactions