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

Adding auth_token when creating a new instance

Open ivancho1707 opened this issue 9 years ago • 1 comments

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: Unauthorized

ivancho1707 avatar Jun 05 '16 03:06 ivancho1707

Identical to #10 and re the fix, no need to check auth_token before calling the constructor, since the default is None.

muratgu avatar Aug 02 '16 00:08 muratgu