Skip to content

Instantly share code, notes, and snippets.

View saragiotto's full-sized avatar

Leonardo Saragiotto saragiotto

  • PicPay SA
  • São Paulo, Brasil
View GitHub Profile
import FirebaseFirestore
private struct Property {
let label: String
let value: Any
}
struct FirestoreModelData {
let snapshot: DocumentSnapshot