Component - Cloud Firestore
This UI component shows a simple list of items fetched from Cloud Firestore, a cloud database. It displays data in a scrollable list and updates automatically when the data changes in the cloud.
This UI component shows a simple list of items fetched from Cloud Firestore, a cloud database. It displays data in a scrollable list and updates automatically when the data changes in the cloud.
UIViewController ├── UITableView │ └── UITableViewCell (repeated for each document)