CRUD using Cloud Firestore
Learn how to execute CRUD operations using Cloud Firestore and React Native.
We'll cover the following
CRUD (create, read, update, and delete) are the four basic
Create
As the name applies, the “create” operation in CRUD is used to create a new entry inside the database. To implement the “create” operation, we first have to import these functions from the @firebase/firestore
library:
-
collection
-
addDoc
Get hands-on with 1400+ tech skills courses.