ozgur/python-firebase

post_async() is not working.

Opened this issue · 1 comments

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