gibranportillo
Results
1
comments of
gibranportillo
Hey guys, according with the documentation: else if (requestCode == RC_PHOTO_PICKER && resultCode == RESULT_OK) { Uri selectImageUri = data.getData(); final StorageReference photoReference = mChatPhotoStorageReference. child(selectImageUri.getLastPathSegment()); UploadTask uploadTask = photoReference.putFile(selectImageUri);...