Jacob-Griffin / TelephonePictionary2.0

New version of blowyourfaceoff.com using more modern web technology than php and raw javascript
0 stars 0 forks source link

Adjust disallowed characters/fix escapes #42

Closed Jacob-Griffin closed 1 month ago

Jacob-Griffin commented 1 month ago

".", "#", "$", "[", or "]" was disallowed for paths in firebase. Fix the list of allowed characters/add an escape

Jacob-Griffin commented 1 month ago

Added escapes to all refs, and made sure that nowhere was using the now escaped names, should be good to go