mjmarathon

Results 2 comments of mjmarathon

I need this module for the app I'm currently building so I'm taking a crack at it. Does anyone have any guidance on how to handle the two platform apis...

Hey there @nbransby! Thanks for the quick follow up. Docs for the aforementioned methods here: https://firebase.google.com/docs/reference/android/com/google/firebase/storage/StorageReference#getStream(com.google.firebase.storage.StreamDownloadTask.StreamProcessor) https://firebase.google.com/docs/reference/android/com/google/firebase/storage/StorageReference#putStream(java.io.InputStream,%20com.google.firebase.storage.StorageMetadata) If the ios platform sdk doesn't support/use streams I'm unsure about how to...