Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase and Unity?

I am struggling a little bit while trying to implement firebase in unity, firebase do not yet provide a unity sdk and I was considering these options:

1) create native plugins for iOS and Android that wraps the firebase sdk and methods that I need

2) use IKVM to create a dll from the firebase .jar, I know someone has done it but I have not read yet about a 100% working method

3) build everything from scratch on top of the firebase REST api

what do you advice? have you got some experience with the topic, someone out there has made firebase work with unity?? :D

thanks

like image 869
user2179694 Avatar asked Mar 21 '15 14:03

user2179694


People also ask

Can I use Firebase with Unity?

Firebase's SDKs for Unity only support iOS, Android and (limited) desktop environments. There is no support for using Firebase's SDK on Unity for web at the moment.

Can I use Firebase with C#?

You can use existing C# REST libraries like FireSharp or FirebaseSharp or Firebase Database REST API because official libraries do not exist yet.


Video Answer


2 Answers

Firebase has officially Unity supported now.

https://firebase.google.com/docs/unity/setup

Import FirebaseAnalytics.unitypackage(Download From Firebase Website Or direct link https://dl.google.com/firebase/sdk/unity/firebase_unity_sdk_1.0.0.zip)

like image 67
Mukesh M Avatar answered Sep 18 '22 19:09

Mukesh M


You can look this beta tool, with this u can build for Android and IOS from Unity.

like image 35
Mario Alzate Avatar answered Sep 20 '22 19:09

Mario Alzate