My Firebase Value Event listener is like the following.
ref.push().child(name).once("value",function(snapshot){ });
I want to get the pushed key name. .key function only shows the key value of previous one. Need Help . Thank you.
.key
No comments:
Post a Comment