Join us for a workshop where we will build an app using an outside the box approach to data structures!
Emphasis on learning the fundamentals :) and building a fun mobile native AND web app in this session.
What is a NoSQL database (using Firestore)?
One that stores data in flexible collections and documents rather than structured tables like SQL. Each document can have different fields, and there’s no fixed schema, unlike SQL databases. Firestore excels in scalability and real-time updates, though it lacks complex JOINs. It’s great for apps needing real-time data and scaling across multiple servers but may require restructuring your data compared to SQL.