johnnykim

Results 1 issues of johnnykim

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.