nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
248 stars 61 forks source link

None type data getting saved everytime I try to save data #37

Closed ghost closed 2 years ago

ghost commented 2 years ago

When I try to save a data in firebase the data gets saved but also a None type data also gets saved.

ghost commented 2 years ago

Please help @nhorvath

nhorvath commented 2 years ago

Check the data object you are saving.

On Mon, Aug 2, 2021, 4:18 AM danyalbasar @.***> wrote:

Please help @nhorvath https://github.com/nhorvath

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nhorvath/Pyrebase4/issues/37#issuecomment-890823385, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABIJXEETIOYEDKH2K7CVZLT2ZIFTANCNFSM5BHZTILQ .

ghost commented 2 years ago

Check the data object you are saving. On Mon, Aug 2, 2021, 4:18 AM danyalbasar @.***> wrote: Please help @nhorvath https://github.com/nhorvath — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#37 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABIJXEETIOYEDKH2K7CVZLT2ZIFTANCNFSM5BHZTILQ .

I checked and double checked everything the code seems to be okay.

nhorvath commented 2 years ago

This is not a python/firebase helpdesk. If you believe there's a bug in pyrebase please document what you are sending and what you are getting back and what you expect to get back and open a new issue. This kind of question is something for stackoverflow or equivalent.