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

nice and simple Firebase integration for Python

Results 2 firebase-python issues
Sort by recently updated
recently updated
newest added

Can we except upgradation to asyncio instead of _thread module ??

Hi , By following the "subscribe" function example , #>>> import pprint from pprint #>>> S = firebase.subscriber(URL, pprint) and after i executed #>>> S.start() the follow errors show up...