{ "rules": { ".read": "auth.uid === 'SPECIFIC_USER_ID_HERE'" ".write": "auth.uid === 'SPECIFIC_USER_ID_HERE'" } }
In the case where you require more than one user, you can utilise the or operator "||".