Posts by Robson Sisnande • 1 point
1 post
-
0
votes0
answers32
viewsQ: Image Google profile in Firebase Firestorage
I’m having trouble with the following code: StorageReference imagemRef = storageReference .child("imagens") .child("perfil") .child(Jogador.uid + ".jpeg"); UploadTask uploadTask =…