-
Notifications
You must be signed in to change notification settings - Fork 155
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
Storing data with period #58
Comments
Ok so I figured out that we can do firebase.put('/',"blah", {'test':'.'},) But I cannot store in the root using firebase.put('/',"", {'test':'.'},) |
After more digging around, it turns out erroring out is correct, but it would be great to have a nicer error message. I also edited the README in pull #59 to make post/put look more intuitive since I didn't read the entire readme and got confused/wasted a lot of time. |
|
Firebase does not allow keys to contain a "." The list of forbidden characters for keys is: . (period) |
How would I ever go about storing any data with a period?
All of these will result in a 400 Client Error.
The text was updated successfully, but these errors were encountered: