` var reference = CrossFirebaseStorage.Current.Instance.RootReference.GetChild("test.png"); await reference.PutStreamAsync(file);` The variable file is a file taken with plugin.media
var reference = CrossFirebaseStorage.Current.Instance.RootReference.GetChild("test.png"); await reference.PutStreamAsync(file);The variable file is a file taken with plugin.media