Posts by Gabriel Paz • 11 points
1 post
-
1
votes0
answers18
viewsQ: How to restrict the collection format with rules in the Firebase Realtime Database?
When registering a user, I have to send this json to endpoint: { "email": "[email protected]", "firstName": "João", "lastName": "Silva", "password": "*********", "birthday": "2000-01-01" } However,…