I\'m trying to add a new child using the DatabaseReference in my Firebase Android app. I\'m doing:
DatabaseReference
Firebase
DatabaseReference mDatabase = F
Use push() before set value in the firebase. It will create new user every time when you send value in the database.
push()