You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2019. It is now read-only.
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 !