GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.17k stars 155 forks source link

Add listAll to StorageReference and reference to FirebaseStorage #397

Closed SebastianHelzer closed 1 year ago

SebastianHelzer commented 1 year ago

This is adding some api surface to firebase storage. Also a little change to the readme to give some clarity of how to work on this project.

I was able to build this locally and consume it in a separate KMM project to access firebase storage. So that's fantastic.