Firebase Analytics
Last updated
Last updated
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:
To start adding firebase analytics tracker on the API events inside the app, take a look at APIDecorator.swift file and APIServicesFactory.swift file