apptreesoftware / flutter_google_map_view

A flutter plugin for Google Maps
MIT License
416 stars 189 forks source link

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

Closed silversquall closed 5 years ago

silversquall commented 5 years ago

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 !

silversquall commented 5 years ago

wrong place sorry