I am trying to install on firebase on PyCharm, but it's just throwing an error. I've already installed python-firebase in terminal but still no luck.
from firebase import firebase
firebase = firebase.FirebaseApplication('https://your_storage.firebaseio.com', None)
result = firebase.get('/users', None)
print result
{'1': 'John Doe', '2': 'Jane Doe'}
Is the code I'm trying to run.
Any help?
In pycharm, open 'Terminal'. In it run command
pip install firebase
After successful installation run your program.
Note:- For installation it required internet connectivity.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With