I have two different GoogleService-Info files. One from Firebase, other from Google Analytics. Is it possible to link both from AppDelegate? Or it possible only with scripts (if only scripts please show me example how to do that). Found only "if DEV/PROD example on stack"
Asked
Active
Viewed 52 times
0
-
Do you use different accounts for Firebase and Google Analytics? As I remember, if you use one account - you can combine data for two platforms (Firebase and Google Analytics) in one GoogleService-Info.plist file. And about Analitycs - I recommend read [this topic](https://stackoverflow.com/questions/38549074/firebase-for-ios-googleservice-info-plist-property-is-analytics-enabled-set-t) – Vadim Nikolaev Dec 26 '19 at 13:33
-
@VadimNikolaev its same account, but when you register new app in Analytics, it generate different plist file – George Heints Dec 26 '19 at 13:34
-
I used one file - there were no issues, I just added data from one file to another – Vadim Nikolaev Dec 26 '19 at 13:36
-
@VadimNikolaev you just combine both in one file?) – George Heints Dec 26 '19 at 13:38
-
Yes exactly, just combine – Vadim Nikolaev Dec 26 '19 at 13:41
-
1Will try... spasibo) – George Heints Dec 26 '19 at 13:43