Posts by Anderson • 11 points
1 post
-
1
votes0
answers20
viewsQ: Error uploading with Firebasestorage.net with Xamarin
I developed the following routine to upload images. var task = new FirebaseStorage("xxxxxx.appspot.com") .Child("data") .Child("random") .Child("file.png") .PutAsync(img); When I try to send I get…