Pokhraj Kumar Sah
Results
1
comments of
Pokhraj Kumar Sah
> @ChutiBro try this > > ``` > StorageReference photoRef = mChatPhotosStorageReference.child(selectedImageUri.getLastPathSegment()); > > // Upload file to Firebase Storage > photoRef.putFile(selectedImageUri).addOnCompleteListener(new OnCompleteListener() { > @Override > public void onComplete(@NonNull...