Reputation: 2057
We are developing app for both Android and iOS. we are implementing firebase analytics as well as crashlytics. I am not sure if we have to create diff. google-services.json for iOS and android or should we use same in both?
Upvotes: 0
Views: 676
Reputation: 317467
Each platform has a different config file. Android uses google-services.json, and iOS has GoogleService-Info.plist. You get them separately from the console, and they can't be interchanged.
Upvotes: 1