DEV Community

Discussion on: The most simple stack to create basic CRUD web app with users?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

As for me, I have a little problem with Firebase permission; if not logged in, and not using firebase-admin. Heroku + MongoDB is a goto for me.

If you schema is stable, PostGRES might be OK. I hate ALTER TABLE.

For authentication, I use Auth0.

Why would you use Google Sheets? If not for sake of viewing, I would not use it, not even Google Sheets API.