Venkata S S K M Chaitanya

Results 4 comments of Venkata S S K M Chaitanya

Try passing token with the stream `my_stream = db.child("child1").child("child2").stream(command_handler, token)`

``` def command_handler(message): print('event: ' + str(message["event"])) # put print('path: ' + str(message["path"])) # /-K7yGTTEp7O549EzTYtI print('data: ' + str(message["data"])) # {'title': 'Pyrebase', "body": "etc..."} auth = firebase.auth() user = auth.sign_in_with_email_and_password(email,...

What error are you getting? Can you post the snippet?

Can you do one check on Raspberry PI, check if the versions of following packages in your PI ``` gcloud==0.18.3 oauth2client==4.1.2 requests-toolbelt==0.8.0 python-jwt==2.0.1 pycrypto==2.6.1 pycryptodome==3.5.1 ``` This is the config...