Closed tranb3r closed 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?
IStorageReference
GetBytes
GetStream
Thanks!
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 🚀
GetBytes()
@TobiasBuchholz Thanks a lot!
Hi,
It looks like
IStorageReference
(from Firebase Storage) is missing theGetBytes
method. It only has aGetStream
method. Is it possible to add theGetBytes
method?Thanks!