I’m trying to implement Ionic Native Firebase Analytics. I have downloaded the GoogleService-info.plist file from Firebase, and the docs say to put this file in the root of the project.
I have tried putting it in the very root of the project, and also inside the platforms/ios folder. In both instances it does not work, any ideas?
This question is old, but since I found it on google I want to answer it for others.
The project root (same folder as ionics “config.xml” can be found) is the correct folder to place the GoogleService-info.plist. When preparing ios it should be automatically copied to the correct location inside the platforms folder.