Ensure name is updated after anonymous account linking #154
Annotations
10 errors and 6 warnings
Tests/UITests/TestAppUITests/FirebaseAccountTests.swift#L202
testAccountEdit, XCTAssertEqual failed: ("[]") is not equal to ("[TestAppUITests.FirestoreAccount(email: "[email protected]", displayName: "Username Test", providerIds: ["password"])]")
|
Tests/UITests/TestAppUITests/FirebaseAccountTests.swift#L74
testAccountLogin, XCTAssertEqual failed: ("[]") is not equal to ("[TestAppUITests.FirestoreAccount(email: "[email protected]", displayName: "Test1 Username1", providerIds: ["password"]), TestAppUITests.FirestoreAccount(email: "[email protected]", displayName: "Test2 Username2", providerIds: ["password"])]")
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testAccountLogout, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testAccountRemoval, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
Tests/UITests/TestAppUITests/FirebaseAccountTests.swift#L494
testAccountSignUp, Failed to multiple matching elements found for <XCUIElementQuery: 0x6000039d3cf0>.
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testInvalidCredentials, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testPasswordChangeCancel, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testPasswordChange, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testPasswordChangeWrong, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
|
Sources/SpeziFirebaseAccount/Account Services/FirebaseAccountService.swift#L107
'updateEmail(to:)' is deprecated: This method is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail email: String) instead.
|
Sources/SpeziFirebaseAccount/Account Services/FirebaseEmailPasswordAccountService.swift#L94
initialization of immutable value 'result' was never used; consider replacing with assignment to '_' or removing it
|
Tests/UITests/TestApp/FirebaseStorageTests/FirebaseStorageTestsView.swift#L38
passing argument of non-sendable type 'StorageReference' outside of main actor-isolated context may introduce data races
|
Tests/UITests/TestApp/FirebaseStorageTests/FirebaseStorageTestsView.swift#L38
passing argument of non-sendable type '((Progress?) -> Void)?' outside of main actor-isolated context may introduce data races
|
Tests/UITests/TestApp/FirestoreDataStorageTests/FirestoreDataStorageTests.swift#L66
passing argument of non-sendable type 'DocumentReference' outside of main actor-isolated context may introduce data races
|
Tests/UITests/TestApp/FirestoreDataStorageTests/FirestoreDataStorageTests.swift#L79
passing argument of non-sendable type 'DocumentReference' outside of main actor-isolated context may introduce data races
|
This job failed
Loading