Achyut Ghosh
Achyut Ghosh
The photo is uploaded in firebase but not showing in the app, only buffers. It happens with all devices. There were no error in log. so that I'm totally confused..
ya it's actually not working. I'm also confused what to do😑😑 can any one help?
` package com.google.firebase.udacity.friendlychat; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.text.Editable; import android.text.InputFilter; import android.text.TextWatcher; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import android.view.View; import...