python-firebase icon indicating copy to clipboard operation
python-firebase copied to clipboard

post_async() is not working.

Open johnnykim opened this issue 9 years ago • 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.

johnnykim avatar Sep 09 '16 05:09 johnnykim

what's the error? for me it works

doczoidberg avatar Oct 25 '16 19:10 doczoidberg