python-firebase
python-firebase copied to clipboard
Python interface to the Firebase's REST API
Hello, I am getting this error when pressing the "send" button in the following code: ```` from tkinter import * from firebase import firebase from simplecrypt import encrypt, decrypt login_window...
When will this be available in pypi repo that supports python 3.7?
How would I ever go about storing any data with a period? ``` firebase.put('/',".", {'print':'silent'}) firebase.put('/',"""{"test":"."}""", {'print': 'silent'}) firebase.put('/test',".", {'print': 'silent'}) ``` All of these will result in a 400...
Hi, the following code returns an error in python 3.6.6 : from firebase import firebase firebase = firebase.FirebaseApplication('https://discord-bo.firebaseio.com/version', None) result = firebase.get('version', None) # The error happens here print(result) And...
merhaba ben mıcropython yeni başlayan biriyim ve basit bir örnek bularak üzerinde çalışmalar yapıyorum.pycharm çalışıyorum amacım firebase veri yazıp almak nasıl yapılacagı hakkında basit bir örnekle bana ögretebilirmisin .şu anda...
Hi! While installing version 3.0.1 from PyPI, I've found that these packages need to be added to `requirements.txt` and `install_requires=[...]` in `setup.py`: * `python_jwt` * `gcloud` * `sseclient` * `requests_toolbelt`...
I need to update to be in a particular address, I do not want to create new addresses as it is with firebase.post () I want to update the last...
The last commit was made 3 years ago and there is a TODO section in the Readme. Would you mind sharing your plans because I am currently considering using this...
After I set a rule which allow some user to write to Firebase, a exception was thrown. It is ok with the iOS SDK, but python will crash. ## code:...
I have just included the library and got this error (base) bash-3.2$ python firebase_app.py Traceback (most recent call last): File "firebase_app.py", line 2, in from firebase import firebase File "/Users/manoj/anaconda3/lib/python3.7/site-packages/firebase/__init__.py",...