Skip to content

Instantly share code, notes, and snippets.

@the-dagger
Last active July 18, 2016 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the-dagger/c246b91e32a43f9e74c49a289f0d1ed4 to your computer and use it in GitHub Desktop.
Save the-dagger/c246b91e32a43f9e74c49a289f0d1ed4 to your computer and use it in GitHub Desktop.
firebase = firebase.FirebaseApplication('https://app-id.firebaseio.com', None)
result = firebase.get('/users', str(arg))
jsonData = json.dumps(result)
email = json.dumps(result['Email'])
email = email.replace('"', '')
app_name = json.dumps(result['App_Name'])
app_name = app_name.replace('"', '')
print app_name
print email
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment