apptreesoftware / flutter_google_map_view

A flutter plugin for Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firestore security rule don't apply when the document contains a '+' char

silversquall opened this issue · comments

Hi,
I am trying to match request.auth.token.phone_number == phone.
/users/+33612345678 --> forbiden
/users/_33612345678 --> allowed
I have no issues creating documents with '+' char, but issue to have a matching rule on them.
Is this supposed to be the expected behaviour ?
thx !

wrong place sorry