Where to put GoogleService-info.plist in project?

Hey Guys,

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?

Thanks!

1 Like

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.

5 Likes

Mine didn’t copy to the correct location. Where exactly does it belong so that I can just add it manually?