So, here's the scenario - we need to save data from a form to Firebase. The backend work is managed by Express.
Time is of the essence here, so I want to make sure I get it right the first time.
Right now, I've set the rules to allow both read and write access to be true. Is this secure enough for production, considering that only authorized users can input data through the form, and the API key is not accessible to other users?