You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var task = new FirebaseStorage(
Bucket,
new FirebaseStorageOptions
{
AuthTokenAsyncFactory = () => Task.FromResult(a.FirebaseToken),
ThrowOnCancel = true // when you cancel the upload, exception is thrown. By default no exception is thrown
})
.Child("TypeImages")
.Child($"{type.fileUpload.FileName}")
.DeleteAsync();
these are my code
The text was updated successfully, but these errors were encountered:
these are my code
The text was updated successfully, but these errors were encountered: