Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Support for storage? #212

Closed
SumNeuron opened this issue Apr 17, 2019 · 1 comment
Closed

Support for storage? #212

SumNeuron opened this issue Apr 17, 2019 · 1 comment

Comments

@SumNeuron
Copy link

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
Copy link
Owner

posva commented Apr 17, 2019

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

@posva posva closed this as completed Apr 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants