Hi
I wrote code with fire base remote config to get data .
I get an error :
You have enabled the Analytics service in Developer Console, but it appears as though your Podfile is missing the line: 'pod "Google/Analytics" or you may need to run `pod update` in your project directory.
when I found that it happens in I change version of app and fix if I fix locally key: IS_ANALYTICS_ENABLED from NO to YES and again to NO.
can anyone give me information, answer?
and code how to do that?
and also are there alternatives for firebase remote config?
thanks in advance