> For the complete documentation index, see [llms.txt](https://tyegah.gitbook.io/forum-app-ios/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tyegah.gitbook.io/forum-app-ios/overview/getting-started/open-project-ios/firebase-analytics.md).

# Firebase Analytics

Keep in mind that at this point the project will crash if you try to run it because it needs the **GoogleService-Info.plist** file which you need to obtain first from the Firebase Console page. Please refer to this link for further info on how to set it up\
\
<https://firebase.google.com/docs/analytics/get-started?platform=ios>

Put the **GoogleService-Info.plist** file into the project:

<figure><img src="https://2096397846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh2NeKrSYPgnro8guwJzm%2Fuploads%2FHp3983VgFSrkPtJTXTny%2FScreenshot%202023-08-10%20at%2016.06.59.png?alt=media&amp;token=a4b40c47-b275-4f0b-85d9-beee0541a3da" alt=""><figcaption><p>GoogleService-Info.plist</p></figcaption></figure>

To start adding firebase analytics tracker on the API events inside the app, take a look at **APIDecorator.swift** file and **APIServicesFactory.swift** file
