Today we go over CRUD operations (create, read, update, delete) with Firebase's new database, Firestore, using Swift 4. This is a step by step tutorial that will explain what is happening in each line of code so you can grasp the full concept of how to get up and running with Firestore and set it up and a production ready way.
Most modern apps require users to interact with one another, and having a server/databse that can make that happen is very important. Learning how to use Firebase with y