How to rename parent node?
问题 I'm very new in Angularfire. I created a Firebase parent node, with several other parents. Now I need to know how to rename the main parent node. 回答1: You cannot rename it easily within the console, but you can add a new node with the same content "Meeting with..." and delete the existing node. 回答2: Thanks Björn, Finally I found it. $scope.addMeeting = function(){ if($scope.meetingEditCheck){ var key = $scope.editKey; var newPostKey = firebase.database().ref().child('users/' + firebaseUser