Okay, I have the following use case for Firebase:
Client wants us to store data from a form and put it into the DB. This is handled on the backend with Express.
This has to be done pretty quickly, so I just want to make sure I do it correctly.
I currently have the rules to allow read and write access to be true. Would this be okay in production, given that users can only input data through the form? And they wouldn't have access to the API key, so other users couldn't mess with the data?