sombizbuzzz

Results 1 issues of sombizbuzzz

pathref.queryOrderedByKey().queryStarting(atValue: fromItemKey).queryLimited(toFirst: UInt(paginationCount)).observe(.value, with: { (snapshot) in { print(" json obj=====",snapshot.value ) // all order is correct let jsonData = try JSONSerialization.data(withJSONObject: bizOfferingsSnapshot.value as Any, options: .prettyPrinted) let offeringJson =...