python-firebase
python-firebase copied to clipboard
post_async() is not working.
I tried post_async method to send data to firebase, but post_async() is not working.
firebase.post(url='/test/newsfeed', data=data) is working, but
firebase.post_async(url='/test/newsfeed', data=data) is not working.
what's the error? for me it works