Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing firebase on PyCharm?

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?

like image 906
Miah Thompson Avatar asked Dec 09 '25 01:12

Miah Thompson


1 Answers

In pycharm, open 'Terminal'. In it run command

pip install firebase

After successful installation run your program.

Note:- For installation it required internet connectivity.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!