0

In my project I let people log their dive sessions and then upload them to firebase storage. When they have done that, other users or themselves can access them by an id. I store the logged dives as textdocuments on firebase. The problem is that I can't find a way to get the file contents.

This is all I got:

val ref = FirebaseStorage.getInstance().getReference().child("dives/" + "436 204")

Note: This is just an example id

UeliDeSchwert
  • 1,116
  • 10
  • 22
David Wenzel
  • 159
  • 1
  • 1
  • 9

0 Answers0