Regex on Firebase Security API? -


is there way regex on firebase security rules .match() in javascript? because can't seem find in firebase documentation.

thanks!

firebase supports regular expressions in it's security rules using string.matches() function. docs here: https://www.firebase.com/docs/security/api/string/matches.html


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -