Feature proposal
- Firebase Component: Crashlytics
My recollection is that Crashlytics at some point in the past could be initialized on a background thread. However, I see that currently it's recommended to call [FIRApp configure] on a background thread. Considering that Crashlytics by itself can take 50ms+ during startup, I'd love to be able to initialize it on a background thread. This would also be a big advantage over other crash reporters that have a similarly high main thread delay.