Mathieu

Results 2 comments of Mathieu

Encountering the issue as well! The HTTP request is clearly mis formatted and have no idea how it used to work previously...

For safety, in addition of removing the `WWW.EscapeURL` in the `Firebase` class, you can EscapeURL the values of all query parameters in the `FirebaseParam` class: ``` public FirebaseParam Add(string parameter)...