Android – Firebase realtime database: Basic cruds

You may also like...

1 Response

  1. ahmed says:

    Hi I have a problem in this code
    private void updatePerson(String name,int phoneNumber){
    myDatabaseReference.child(personId).child(“fullName”).setValue(name);
    myDatabaseReference.child(personId).child(“phoneNumber”).setValue(phoneNumber);
    }

    that it creates a new node not updating why…?

Leave a Reply

Your email address will not be published. Required fields are marked *