Gr871

Results 2 comments of Gr871

Good moorning. We faced quite same issue, but with function `GetBytesAsync`: we use `Firebase.Storage` to store some raw binary files. By a twist of fate I have the same account...

I've found the [Firebase Storage SDK usage exmaple](https://github.com/firebase/quickstart-unity/blob/master/storage/testapp/Assets/Firebase/Sample/Storage/UIHandler.cs), but the only difference we have, we provide not `0` max content size: ``` private const long MAX_ALLOWED_SIZE = 1 * 1024...