firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
API proposal for error code - [go/firebaseauth-fdl-deprecation-api-proposal](http://goto.google.com/firebaseauth-fdl-deprecation-api-proposal)
### Description See also https://github.com/swiftlang/swift/issues/74904  ### Reproducing the issue _No response_ ### Firebase SDK Version 11.1.0 ### Xcode Version 16.0-beta5 ### Installation Method...
### Description I'm using the latest firebase version 11.0.0 and on iOS 16 and above, I'm unable to login using PhoneAuthProvider. I'm getting the below error message: Error Domain=FIRAuthErrorDomain Code=17048...
### Description Application is getting crash. as we have used the latest version of the application. version 10.25.0 Crashed: com.apple.main-thread 0 QuartzCore 0xa82c CALayerGetSuperlayer + 76 1 UIKitCore 0xe848 -[UIView(UIKitManual)...
### Description When using FirebaseAuth 10.13.0 on iOS app for Twitter login. - iPhone XS - iOS 16.5.1 - X app: 10.0 Actual: - Open Twitter app before - Click...
### Description In [Xcode Organizer in Xcode 16 beta](https://developer.apple.com/wwdc24/10135?time=573) we see Firebase is contributing 10 % to our app launch time, which is concerning. Our custom measurements in production show...
### Description Crash on production. FirAuthListener in Extension. Maybe this bug can set a spot of light on this one: https://github.com/firebase/firebase-ios-sdk/issues/13231 ``` Crashed: com.google.firebase.auth.globalWorkQueue EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x004433669efa7ae0 ``` ### Reproducing...
The async version of the `addDocument` function exists only for `Dictionary` input, so I have added a `codable` version as well using the original existing methods. - The function signature...
Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion * Read the contribution guidelines (CONTRIBUTING.md). *...
### Description We successfully implemented password authentication through Firebase, and now we are adding SMS as a second factor. It correctly works on our web app, but on iOS we...