Hey GCP community! 👋 I'm a solo developer working on a dynamic web app and exploring which Google Cloud database to use. Between Firestore, Cloud SQL, and Bigtable — which one would you recommend in terms of performance, ease of use, and cost-efficiency for a project that may scale over time? Also, any gotchas I should be aware of while setting things up?"
Would love to hear your thoughts or any tips from your past experience. Thanks a lot! 🚀
Hi @nishant_01,
Welcome to Google Cloud Community!
If you need flexibility with schema design and real-time data sync, Firestore is likely the best choice. If your app requires complex relational data with structured queries, Cloud SQL is the better fit. Bigtable is ideal only if you’re dealing with massive data and need extreme scaling from the start.
Just keep in mind of the following:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.