Can I Use Events With The Rest Api Of Firebase?
with the JS api of Firebase I can use various events. (Value; Child Added; Child Changed; Child Removed; Child Moved.) I would like to have callbacks to the same events somehow fro
Solution 1:
There is a third-party, limited port of the JS API to Python: https://github.com/abeisgreat/python-firebasin
So you can get some limited event functionality, excluding queries and other advanced features, via this approach.
Post a Comment for "Can I Use Events With The Rest Api Of Firebase?"