Android multiple firebase projects using firebase-crashlytics
问题 Is it possible on android to programmatically initialize firebase-crashlytics SDK so it would not use the data in google-services.json ? I am asking this because we use two firebase projects and currently google-services.json is of the project we use for Push notifications and AdMob integration, and I cannot replace it with google-services.json of the second project we have set up for crashlytics. I have already tried using FirebaseOptions from my Application onCreate as follows: