Answer the question
In order to leave comments, you need to log in
How to convert Firebase struct to swift object?
There is a structure in Realtime Firebase
there is a structure in swift
struct Product {
var id:String
var name:String
var exercises:[Exercise]
var billing:Bool
}
struct Exercise {
var id:String
var text: String
var image: String
var video:String
}
Answer the question
In order to leave comments, you need to log in
Which of the following list confuses you and you do not know how to do it: ?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question