Post

Replies

Boosts

Views

Activity

Reply to Create a swift file with swift
I started developing a game with Firebase and Firebase database. If the app should start if such a Swift file does not already exist, a user will be created. Then a Swift file is created by notifying the randomly generated email address. If the app is then restarted, the code should recognise that the file exists and log in with the email address noted there. Then the variables can be read out of the database.
Jul ’20
Reply to ImagePicker in SwiftUI
Hi, I did what you said me and when I want to add the "inputImage" to the "listItems" Array, I get the error: Cannot convert value of type 'Image?' to expected argument type 'String'. Do I have to change the "image" in the struct "Item" to Data?: struct Item : Identifiable, Codable{   var id = UUID()   var name : String   var birthday : String   var image : String     }
Dec ’20