标签: ios swift firebase firebase-realtime-database
如何计算Firebase数据库中的照片?
以下Firebase数据为:
“照片”(收藏夹)
Field (branch_id, customer_code, drm, img_name, sort)
我已经为IBOutlet设置了photoCountLabel
IBOutlet
photoCountLabel
@IBOutlet weak var photosCountLabel: UILabel!