posva / vuexfire

Check
https://github.com/vuejs/vuefire
MIT License
558 stars 49 forks source link

Support for storage? #212

Closed SumNeuron closed 5 years ago

SumNeuron commented 5 years ago

I didn't see any issues referring to storage. Are there plans for / will there be support for firebase storage?

suppose one has a "blog" app.

in firestore they have the following collections

profiles # <--- extra user info linked to firebase.auth
posts # <--- links profiles, storage ref and  tags
tags

and in storage they have

blog/
    posts/
        post1key.md
        post2key.md

currently firebase.storage().ref().child('blog/posts/post1key.md') does not work as a valid ref.

Would be nice if this could be added (and also handle blob conversion)

posva commented 5 years ago

there aren't plans for the moment as the firebase js sdk seems to be enough