Firebase analytics provider for Unreal Engine 4.
No longer supported, please consider using: https://github.com/nprudnikov/PrFirebase
Plugin currently support only Android target platfrom, iOS not currently working (if you can finish the job, please feel free to do PR). Current supported engine version: 4.25.* (master branch)
- Download plugin
- Place FirebaseAnalytics in Plugins folder in your project (if don't exist needed to be created)
- (if using C++) Right Mouse Click to .uproject file -> Generate Project Files
- Open Firebase console and create project (follow the instructions on site)
- Download google-services.json file
- Place google-services.json into folder ProjectFolder/Build/Android/gradle/app/
- Open Config/DefaultEngine.ini file and add:
[Analytics]
ProviderModuleName=FirebaseAnalytics
- Make sure plugin usage set to true in Plugin Browser. If there no issues, project will build&run without any errors.
- Open IDE
- Open /Source/projectname/projectname.build.cs file
- Add "FirebaseAnalytics" module to public module dependency list.
Feel free to do PR into this repository. Also feel free to use this plugin in you're own developer needs. If you having some troubles with plugin or want some feature use Issues section.
You can support this project by giving it a star.