Create a new Firebase Firestore database to store chat messages
How to Create a new Firebase Firestore database to store chat messages Note: The Firestore database is a NoSQL database, it’s different from the traditional SQL database, it’s a document-oriented database, you don’t need to define the schema of the collection before you add data.