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

Dealing with %20 in a key #98

Open
darrelfrancis opened this issue May 11, 2019 · 0 comments
Open

Dealing with %20 in a key #98

darrelfrancis opened this issue May 11, 2019 · 0 comments

Comments

@darrelfrancis
Copy link
Contributor

If I write a value such as
"ABC%20DEF"

This is stored on firebase as
"ABC DEF"

and then when I read it back I get
"ABC DEF"

This causes me a problem when the value is a filename from the web, which quite often escapes spaces etc in the %xx format. Is there a way to prevent the interpretation of %xx as a hex value, when writing through python-firebase?

I think it is related to the problems others have been having in writing a key that is "%2E", because that gets interpreted into an illegal key character ".".

Could we have a flag to prevent interpretation? Or is that outside of your control, on the firebase side of things?

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

No branches or pull requests

1 participant