I have integrated Firebase Crashlytics, Analytics, and Messaging. This means I have imported google-services.json from Firebase to my Android project.
Now I want to further leverage my data from Firebase Analytics to Google Analytics. This requires separate Android and iOS setup, which means I need to import another google-services.json from Google Analytics to my Android project.
How can I achieve this?
I have read about How to add two google-services.json files in same project and How to use a Different google-services.json file with multiple Product flavors — Android but I don't think it applies to my situation.