firebase-kotlin-sdk icon indicating copy to clipboard operation
firebase-kotlin-sdk copied to clipboard

[Common] [Storage] Can't upload data from common module

Open Monabr opened this issue 11 months ago • 1 comments
trafficstars

Hi. I am trying to upload my bite array to Cloud Storage.

I am doing this .putBytes(Data(byteArray)) but I see that expected declaration have no constructor.

What should I do to upload data from common module?

Monabr avatar Dec 22 '24 22:12 Monabr