any Dowload/Upload actions raise exception: "java.lang.IllegalArgumentException: The supplied bucketname does not match the storage bucket of the current instance."
I didn't modified the value of bucket that was initially the example.
Private bucket As String = "gs://*****.appspot.com"
After I set bucket to the value from my firebase project, the problem was resolved.