SamuKata
kavsoft
kavsoft

patreon


Build a Quiz App With SwiftUI - Firebase - Xcode 14 - SwiftUI Tutorials

Source Code For Build a Quiz App With SwiftUI - Firebase - Xcode 14 - SwiftUI Tutorials.


Download Code 👇

Build a Quiz App With SwiftUI - Firebase - Xcode 14 - SwiftUI Tutorials

Comments

Next to this line: // Public constant ABSL_CONST_INIT extern "C" const int64_t kFIRFirestoreCacheSizeUnlimited = Settings::CacheSizeUnlimited; I got this error: An attribute list cannot appear here. I'm very new so this may be simple.

Skylar Little

hello.... I have this error.. "10.19.1 - [FirebaseFirestore][I-FST000001] AppCheck failed: 'The operation couldn’t be completed. The attestation provider DeviceCheckProvider is not supported on current platform and OS version.'"

Javier C.

I have the same problem..... please Kavsoft update...... please!!!!

Javier C.

[GoogleUtilities/AppDelegateSwizzler][I-SWZ001014] App Delegate does not conform to UIApplicationDelegate protocol. The data couldn't be read because it is missing. Can someone please help me how I can resolve these two issues?

Sami Cheema

Got this error You can’t use this version of the application “QuizApp” with this version of macOS.

Tom

Thank you for this tutorial, how would I add a question timer that would auto select the wrong question and move to the next one question? @State private var timeRemaining = 30 let timer = Timer.publish(every: 1, on: .main, in: .common).autoconnect() Text("Time: \(timeRemaining)") .font(.largeTitle) .foregroundColor(.white) .padding(.horizontal, 20) .padding(.vertical, 5) .background(.black.opacity(0.75)) .clipShape(Capsule()) how would I fire off the wrong answer choice when timer hits zero? - if I add sigininwithapple and create a users, what would be the best way to limit user to only be able to take it once and perhaps add a leaderboard option

Zim Taylor

Update firebase Firestore rules, allow read, write: if request.auth != null;

Kavsoft

Hi there, any idea what I'm doing wrong? This is what I'm getting bellow, simulator shows only the please wait screen. Thanks! 2023-01-24 21:32:46.703500+0100 QuizApp[73589:10074129] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)") 2023-01-24 21:32:46.703585+0100 QuizApp[73589:10074129] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)") 2023-01-24 21:32:46.703657+0100 QuizApp[73589:10074129] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)") 2023-01-24 21:32:46.782540+0100 QuizApp[73589:10074232] 9.6.0 - [GoogleUtilities/AppDelegateSwizzler][I-SWZ001014] App Delegate does not conform to UIApplicationDelegate protocol. Missing or insufficient permissions. 2023-01-24 21:32:47.098617+0100 QuizApp[73589:10074228] 9.6.0 - [FirebaseFirestore][I-FST000001] Listen for query at Quiz/Info failed: Missing or insufficient permissions.

Angelos Krallis


More Creators