I have managed to submit to firebase. I cant work out how to retrieve data from it though.
JavaScript:
<input type="submit" onclick=getUsers() value="Get Users"> function getUsers(){ curl 'https://my-cool-project-f0ee8.firebaseio.com/users/jack/name.json?print=pretty' } I'm obviously doing something a little stupid. How do I use this curl command and also what do I put instead of the name Jack? is it the users email?
apologies if a dumb question but I am a newbie to firebase