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

⛔️ [DEPRECATED] python wrapper for Firebase's REST API

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

I have a basic dict as follows: ``` sample = {} sample['title'] = "String" sample['somedate'] = somedatetimehere - example: datetime.now() ``` When I try to do jsonify(sample) I get: ```...

import urlparse #for urlparse and urljoin ImportError: No module named 'urlparse'

Hi. I'm trying to install python-firebase with pip and got an error. pip install -e git://github.com/mikexstudios/python-firebase.git#egg=python-firebase -t lib I'm getting this error: Command /usr/bin/python -c "import setuptools, tokenize; **file**='/home/julian/Developer/work/teachme/src/python-firebase/setup.py'; exec(compile(getattr(tokenize,...

this has potential to be a wonderful repo. I'm gonna start working on this. I hope you get to merging soon.

When calling `child` or `parent` methods it will raise an exception if there exists an `auth_token` when trying to access to the content via `get`: ``` HTTPError: 401 Client Error:...

Can you please see this question on Stack Overflow ? http://stackoverflow.com/questions/35719705/register-user-data-to-firebase-using-django. How can we register user data from django admin to firebase whenever a new user is created by admin...

The following error occurs when running "from firebase import Firebase". Based on the stackoverflow responses, it seems to be due to the fact that "the newer version of the SDK...

`child` and `parent` method calls create a new `Firebase` object without auth token, so subsequent api calls will fail if resource is protected.