I am using firebase database, but I am newbie with it. I am following this tutorial,
Now, my question is how can I check the email if it is already exist in the data
Inside ValueEventListener() check email address is exist or not Try this
if(!dataSnapshot.child("users").child("email").exist)
then insert new value