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
Post a Comment