FirebaseUI-iOS
FirebaseUI-iOS copied to clipboard
iOS UI bindings for Firebase.
### Step 2: Describe your environment * Swift * iOS version: 13.4.1 * Firebase SDK version: FirebaseAuth (6.5.2) * FirebaseUI version: FirebaseUI/Auth (8.4.2), FirebaseUI/Email (8.4.2), FirebaseUI/OAuth (8.4.2) * CocoaPods Version:...
Many Firebase operations (account delete, update email, etc) require a recent (~5mins) authentication in order to succeed. We should provide a convenience function/flow to re-authenticate the current user. @amandle has...
It'll be helpful to add a swiftUI example that uses the standard FirebaseUI. Here's skeleton code that works for me: ``` import SwiftUI import FirebaseUI import Firebase public var screenWidth:...
* Objective C or Swift: Swift * iOS version: iOS 14.4 * Firebase SDK version: 7.7.0 * FirebaseUI version: 10.0.2 * CocoaPods Version: 1.10.1 ### Describe the problem: When the...
Hi All, I'm currently using FIrebaseUI to load data by simply connecting a query to a tableview. When loading the initial the tableview the datasource goes through all nodes in...
* Objective C or Swift: **Swift** * iOS version: **iOS 13** * Firebase SDK version: **6.29.0** * FirebaseUI version: **8.4.2** * CocoaPods Version: **1.9.1** ### Describe the problem: We are...
### Step 0: Are you in the right place? Yes. ### [REQUIRED] Step 1: Describe your environment * Xcode version 12.1 * Firebase SDK version: 7.1.0 * Installation method: CocoaPods...
Accordning to the documentation, to link credentials I have to 1: Sign in the user using any authentication provider or method. 2: Complete the sign-in flow for the new authentication...
Welcome to FirebaseUI and thanks for submitting an issue! Please take a look at [open issues](https://github.com/firebase/FirebaseUI-iOS/issues?q=is%3Aopen+is%3Aissue), as well as [resolved issues](https://github.com/firebase/FirebaseUI-iOS/issues?q=is%3Aissue+is%3Aclosed), to see if your issue is either already being...
Hello, I am trying to build my app for mac os as iPad apps can be run in mac now. The problem is there are many deprecation warnings related to...