0

I am using Google analytics in my iOS app. Now we are planning to use Firebase Remote config in the app. But I am not being able to use both in same app as both requires GoogleService-Info.plist and I do not find any way to rename one of it and use both. Also I do not find a way to add both properties in same GoogleService-Info.plist. Is there any other way to use both Google Analytics and Firebase together?

Ragul
  • 3,176
  • 3
  • 16
  • 32
Nilesh
  • 438
  • 5
  • 15

1 Answers1

0

Got this issue resolved by importing google analytics account into firebase. It will generate GoogleService-Info.plist with both configuration details. Also make sure that your client id is in GoogleService-Info.plist is same as google analytics. Keep rest of the coding same and add Firebase events which are required.

Nilesh
  • 438
  • 5
  • 15