Nhat Bui
Nhat Bui
What you should do is specify the name when you create the Firebase reference. And thereafter, you should post to that url. For example, suppose `fb` is your firebase reference....
@sanke93 @NYamaguchi415 I'm still able to do it: ``` import firebase url = 'https://myapp.firebaseio.com' fb = firebase.FirebaseApplication(url, None) result = fb.patch('/users/alanisawesome/', {'date_of_birth': 'someday', 'full_name': 'Alan Turing'}) ``` What were your...
Hi! I should have updated the indentation correctly. Thanks for pointing it out!