Let’s see how it works. We’ve already installed Firebase products like Core and Firestore into our project.
By doing this, we’ve installed the Firebase SDK, which will automatically sync with the various Firebase products inside our Firebase app. (Remember our Firebase project and google-services.json.)
Cloud Firestore is a product in Firebase that is essentially a document-based database.