Exploring NoSQL by Building a Chat App
Fri, Oct 10,2024
16:00 GMT+7
Social House
Sign in to participate in a fun event
Exploring NoSQL by Building a Chat App
Past
Fri, Oct 18, 2024
16:00 - 17:30 GMT+7
Social House
3 Soi 1, ถ. เชียงใหม่-ลำพูน ตำบลวัดเกต อำเภอเมืองเชียงใหม่ เชียงใหม่ 50000, Thailand
View mapCopy Address
Venue Detail

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.