Google recently launched firebase analytics for iOS and android, which is great and I want to use it in my android game made in unity3d 5.4b19. I tried to build a plugin for
You need to add this files to the plugin/android folder: http://joxi.ru/Q2KeQD7C3zdYrj . after that your sdk will work fine.
P.S. I dont understand why log event doesn't work, maybe need to wait. I think, google json file will setting the app, but package name of sdk module and unity app package name need to equal
Update 31/11/16
Now you can do this from this unitypackage
I extracted all required jar file from SDK folder. It is all there inside Extra folder. Now it is working perfectly fine.
Update: Few people have requested me to post the whole process. So here is the overview of how I got firebase working in the unity. These are basically snapshots I have taken during the process for record.
Download jar files from here if have trouble finding them
I hope this much information will be enough for you to get started. If you need any other information then please comment.