TobiasBuchholz / Plugin.Firebase

Wrapper around the native Android and iOS Firebase Xamarin SDKs
MIT License
220 stars 49 forks source link

[Storage] IStorageReference is missing the GetBytes method #279

Closed tranb3r closed 7 months ago

tranb3r commented 7 months ago

Hi,

It looks like IStorageReference (from Firebase Storage) is missing the GetBytes method. It only has a GetStream method. Is it possible to add the GetBytes method?

Thanks!

TobiasBuchholz commented 7 months ago

Hi @tranb3r,

I've just added the missing GetBytes() method and released it with Plugin.Firebase.Storage 2.0.3 or Plugin.Firesbase 2.0.13 🚀

tranb3r commented 7 months ago

@TobiasBuchholz Thanks a lot!