FirebaseUI-iOS
FirebaseUI-iOS copied to clipboard
iOS UI bindings for Firebase.
Fixes #1008 Updated the apple sign in button to match [Apple HIG](https://developer.apple.com/design/human-interface-guidelines/sign-in-with-apple/overview/introduction/).
### Step 2: Describe your environment * Objective C or Swift: n/a * iOS version: n/a * Firebase SDK version: n/a * FirebaseUI version: 12.1.0 * CocoaPods Version: 12.0.2 ###...
Improves performance for diff update after changing query on `FUIBatchedArray`. The diff generated from the new algorithm ay not be entirely minimal, but should always be correct (and doesn't generate...
### Step 2: Describe your environment * Objective C or Swift: Swift * iOS version: 14.5 * Firebase SDK version: 7.11.1 (SPM - latest) * FirebaseUI version: master branche (SPM)...
Hello, Thank you for creating such an awesome library. My only concern at the moment is the style of the buttons. I personally don't think the way the buttons are...
Similar to [1899](https://github.com/firebase/FirebaseUI-Android/issues/1899), would it be possible for FUIGoogleAuth to exclude a request for an email address? I have deliberately excluded an email address on different platforms and sign in...
We have 5 apps which we would like to integrate with Firebase in one project. Each of them is associated with a separate Facebook app for marketing purposes. However, we...
**Link Multiple Auth Providers to a Firebase Auth Account** [Firebase Auth Documentation](https://firebase.google.com/docs/auth/ios/account-linking) https://firebase.google.com/docs/auth/ios/account-linking Given that Firebase Auth supports multiple auth provider linking, expose this feature / API through FirebaseAuthUI.
Hi - I am trying to submit my app to the App Store but it got rejected by the App Review Team here is what they wrote: "Guideline 2.5.13 -...
Hi, Just thought how one could easily integrate some paging for a long list like an activity which should ideally not loaded all at once rather incrementally if the user...