Friday, 7 April 2017

Getting pushed key value in node js firebase

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.



via Doge

No comments:

Post a Comment