Build a Quiz App With SwiftUI - Firebase - Xcode 14 - SwiftUI Tutorials
🕑 Added 2023-01-15 23:29:56 +0000 UTCSource Code For Build a Quiz App With SwiftUI - Firebase - Xcode 14 - SwiftUI Tutorials.
Download Code π
Comments
Skylar Little
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.
Javier C.
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!!!!
Sami Cheema
[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?
Tom
Got this error You canβt use this version of the application βQuizAppβ with this version of macOS.
Zim Taylor
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
Kavsoft
Update firebase Firestore rules, allow read, write: if request.auth != null;
Angelos Krallis
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.