Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix erroneous URL encoding of query parameters #389

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tejasvi
Copy link

@tejasvi tejasvi commented Aug 5, 2021

quote is redundant since we anyway urlencode(parameters) at the end.

`quote` is redundant since we anyway `urlencode(parameters)` at the end.
@AlfonsoAgAr
Copy link

I didn't see that there was someone who had this same problem. #393

I tried your solution and it works.

@tejasvi
Copy link
Author

tejasvi commented Oct 10, 2021

Actually the double encoding relies on previously buggy behavior of REST API which decodes twice. firebase/firebase-admin-python#189. State of python client is dismal. Admin SDK has various bug fixes and perf improvements while only pyrebase supports client authentication. Looks like I'll be migrating to Node.js in future, though PubNub looks promising for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants