You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FirebaseSwiftUI/documentation.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1511,9 +1511,7 @@ Errors specific to `AuthService` operations.
1511
1511
1512
1512
5.**Observe authentication state**: Use `onChange(of: authService.authenticationState)` to react to authentication changes.
1513
1513
1514
-
6.**Error handling in custom views**: When not using `AuthPickerView`, implement comprehensive error handling.
1515
-
1516
-
7.**Provider-specific setup**: Some providers (Google, Facebook) require additional configuration in AppDelegate or Info.plist. See the [sample app](https://github.com/firebase/FirebaseUI-iOS/tree/main/samples/swiftui) for examples.
1514
+
6.**Provider-specific setup**: Some providers (Google, Facebook) require additional configuration in AppDelegate or Info.plist. See the [sample app](https://github.com/firebase/FirebaseUI-iOS/tree/main/samples/swiftui) for examples.
1517
1515
1518
1516
---
1519
1517
@@ -1528,5 +1526,5 @@ Errors specific to `AuthService` operations.
1528
1526
1529
1527
## Feedback
1530
1528
1531
-
This is an alpha release. Please file feedback and issues in the [repository's issue tracker](https://github.com/firebase/FirebaseUI-iOS/issues).
1529
+
Please file feedback and issues in the [repository's issue tracker](https://github.com/firebase/FirebaseUI-iOS/issues).
0 commit comments