firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

Firebase SDK for Apple App Development

Results 962 firebase-ios-sdk issues
Sort by recently updated
recently updated
newest added

API proposal for error code - [go/firebaseauth-fdl-deprecation-api-proposal](http://goto.google.com/firebaseauth-fdl-deprecation-api-proposal)

api: auth

### Description See also https://github.com/swiftlang/swift/issues/74904 ![Screenshot 2024-08-15 at 12 03 08 PM](https://github.com/user-attachments/assets/aaf335a8-82d3-4468-a73a-601828105809) ### Reproducing the issue _No response_ ### Firebase SDK Version 11.1.0 ### Xcode Version 16.0-beta5 ### Installation Method...

api: auth
Xcode 16 - iOS 18

### 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...

api: auth

### 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)...

api: analytics

### 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...

type: bug
api: auth

### 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...

api: analytics
api: performance
api: crashlytics
needs-attention

### 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...

api: auth

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...

api: firestore
Swift API

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). *...

api: firestore
public-api-change

### 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...

api: auth
needs-info
no-recent-activity