I have very simple write security rule that should only allow users with verified email to write data,
\"someNode\": { \".write\": \"auth.token.emailVerifi
Turns out auth.token.emailVerified should be auth.token.email_verified its a bit inconsistent with how such data is presented on client side.
auth.token.emailVerified
auth.token.email_verified