Pls help me with this invalid firebase path
Post your code blocks so we can see what your doing
1 Like
You are probably trying to use an email address or some invalid character in a tag/node. firebase does not accept characters such as . in tag/node names....
If you create your own keys, they must be UTF-8 encoded, can be a maximum of 768 bytes, and cannot contain
.,$,#,[,],/, or ASCII control characters 0-31 or 127. You cannot use ASCII control characters in the values themselves, either.
1 Like