Skip to content

Commit 0a56dd6

Browse files
doc: remove line
1 parent 3f3b3c1 commit 0a56dd6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

FirebaseSwiftUI/first_draft.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,9 +633,8 @@ When building custom views, you need to handle several things yourself that `Aut
633633
1. **Account Conflicts**: Implement your own conflict resolution strategy using `AuthServiceError.accountConflict`
634634
2. **MFA Handling**: Check `SignInOutcome` for `.mfaRequired` and handle MFA resolution manually
635635
3. **Anonymous User Upgrades**: Handle the linking of anonymous accounts if `shouldAutoUpgradeAnonymousUsers` is enabled
636-
4. **Error Display**: Catch and display errors from `AuthService` methods appropriately
637-
5. **Navigation State**: Manage navigation between different auth screens (phone verification, password recovery, etc.)
638-
6. **Loading States**: Show loading indicators during async authentication operations by observing `authService.authenticationState`
636+
4. **Navigation State**: Manage navigation between different auth screens (phone verification, password recovery, etc.)
637+
5. **Loading States**: Show loading indicators during async authentication operations by observing `authService.authenticationState`
639638

640639
### Custom OAuth Providers
641640

0 commit comments

Comments
 (0)