Closed peterhry closed 6 years ago
I'm currently using @google-cloud/storage
in my server code to interface with storage (this was done before firebase-admin
supported storage). I have all my storage functionality mocked, so it should be easy to convert that logic into this library. I'll work on this once I get around to converting my server source code to use firebase storage API.
Thanks for the quick response @soumak77
@peterhry mocks have been added for storage API for firebase
and firebase-admin
. Not all APIs are mocked, just the most common use cases. Create additional issues if more APIs need to be supported.
firebase.storage
is missing from MockFirebaseSdk.Example:
https://firebase.google.com/docs/reference/js/firebase.storage