|
|
|
|
|
by supriyo-biswas
822 days ago
|
|
To be honest I've always found the model of a frontend being able to write data into a database highly suspect, even with security rules. Unlike a backend where where the rules for validation and security are visible and part of the specifications, Firebase's security rules is something one can easily forget as it's a separate process, and has to be reevaluated as part of every new feature developed. |
|
What kind of apps are people building where you don't need backend logic?