I am new to the firebase. I tried to save the properties of the users listed in my application into the database Firebase, this is code
Firebase
mAuthLi
Your Member class contains a field of type Uri. Uri is not one of the native types that Firebase serializes.
Member
Uri
Change your Member class to store the Uri as a String and use Uri.toString() and Uri.parse() to convert.