Tell me what is included in the string parameter and what is "gs: //"?
StorageReference storageRef = storage.getReferenceFromUrl("gs://<your-bucket-name>"); The very first line of code in the Firebase documentation https://firebase.google.com/docs/storage/android/create-reference
