Retrieve all registered users in firebase
I am using firebase database in nodejs. I simply want to fetch all the users that exists in my firebase database. Currently I am trying this but it is only return one single user: var config = { apiKey: "AIzaSyBmgbfgdhs4efg9gFo",…