--- name: 🐞 Bug report about: Found a bug in the iOS SDK? Is the Firebase SDK crashing your app? File it here. --- ### Step 0: Are you in the right place? * For issues or feature requests related to __the code in this repository__ file a GitHub issue. * If this is a __feature request__ please use the Feature Request template. * For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) with the `firebase` tag. * For general (non-iOS) Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk) google group. * For backend issues, console issues, and other non-SDK help that does not fall under one of the above categories, reach out to [Firebase Support](https://firebase.google.com/support/). * Once you've read this section and determined that your issue is appropriate for this repository, please delete this section. ### [REQUIRED] Step 1: Describe your environment * Xcode version: _____ * Firebase SDK version: _____ * Installation method: `CocoaPods | Carthage | Zip file | Swift Package Manager` (select one) * Firebase Component: _____ (Auth, Core, Database, Firestore, Messaging, Storage, etc) * Target platform(s): `All | iOS | Catalyst | macOS | tvOS | watchOS` ### [REQUIRED] Step 2: Describe the problem #### Steps to reproduce: What happened? How can we make the problem occur? This could be a description, log/console output, etc. If you have a downloadable sample project that reproduces the bug you're reporting, you will likely receive a faster response on your issue. #### Relevant Code: ``` // TODO(you): code here to reproduce the problem ```