firebase / quickstart-ios

Firebase Quickstart Samples for iOS

Home Page:https://firebase.google.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does FirebaseOptions work with Crashlytics ?

VivekTate opened this issue · comments

Hey Folks,
I am using FirebaseOptions in my project for firebaseApp configuration. I get the firebaseOptions data at runtime via an API call. For the first time, when I don't have any firebaseOptions data (before API call), I configure the firebaseApp as defaultApp with GoogleService-info.plist file stored in my source code initially. Once I get the firebaseOptions data from API (which is totally different for the stored GoogleService-info.plist file). I delete the earlier instance of FirebaseApp and configure new FirebaseApp as defaultApp with new firebaseOptions.

So does firebaseOptions work with crashlytics?