ozgur/python-firebase

Error in authorization doc

Closed this issue · 4 comments

I believe this line:

authentication = firebase.Authentication('THIS_IS_MY_SECRET', 'ozgurvt@gmail.com', extra={'id': 123})

should be:

authentication = firebase.FirebaseAuthentication('THIS_IS_MY_SECRET', 'ozgurvt@gmail.com', extra={'id': 123})

agreed, the above suggestions works

Can you open up a pull request for that?

Thanks.

I am trying to Authenticate a user using the example provided, but keep getting a 401 Client Error: Unauthorized.
Anyone got it to work?

P.S. Whats the value of ID in the extra field supposed to be?

Thanks.

Fixed in #27