FirebaseExtended / unity-solutions

Use Firebase tools to incorporate common features into your games!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this project support for Unity WebGL build?

game-libgdx-unity opened this issue · comments

commented

Does this project support for Unity WebGL build?

Unfortunately, the Firebase Unity SDK (on which this asset is built) is only available for Android and iOS. While you can use Firebase's REST API to interact with the Database, this asset would have to be modified to use that instead of the .NET implementation, and you would separately have to solve the auth issue, which is that anyone can see the JSON (including auth info) being sent to and from the server in a web application.