You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
With firebase hosting it appears that if I have a file name with a dollar sign in it (e.g. file$name.html) and the requesting client url encodes the request (file%24name.html) that it does not route correctly (returning a 404). It does route correctly if the request is not url encoded. Is this a bug or is there something I need to do to make this work correctly?