iOS Firebase Part 1 (Cloud Firestore)

 It is a flexible, scalable NoSQL cloud database to store and sync data for client- and server-side development

Getting Started

Figure 1
Figure 1

Summary of Cloud FireStore

Add Data

Figure 2
Figure 3
Figure 4.1
Figure 4.2

Update Data

Figure 5
Figure 6
Figure 7
Figure 8
Figure 9.1
Figure 9.2

Useful Links

Comments

Popular posts from this blog

NSPredicate Cheatsheet, Basic, compound, Aggregate, String, comparison operators

what is appDelegate?

CRUD Operation Using RealmSwift database Part 1