python-firebase
python-firebase copied to clipboard
Adding auth_token when creating a new instance
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
Identical to #10 and re the fix, no need to check auth_token before calling the constructor, since the default is None.