You cannot prevent users from creating a client using a simple login. Instead, you can use two options:
Simple login accounts are just tokens
- , Firebase. , , Firebase. , , .
. , . Forge , - , , .
:
".write": "root.child('valid_account/'+auth.uid).exists()"
, , Forge (admin: true) :
"profiles": {
"$uid": {
".write": "data.exists() && auth.uid === $uid && newData.exists()"
}
}
OCD , Simple Login. , . .
, .