Why does Firebase Authentication allow new user sign up in the frontend?
I am new to Firebase Authentication. I am building a web application with ReactJS frontend, Spring backend, PostgreSQL database and plan to use Firebase for email and password authentication. I have always been told that data validation in the backend…