Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Unity3D desktop app (Mac/PC) - does it work or not?

Firebase, in the doc here

Document "A":

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

it claims that it DOES now work for desktop builds. (So, in unity you create a Mac app or Windows app.)

enter image description here

  1. it does work perfectly "in the Editor" (on Mac or PC), which is great

  2. it does NOT seem to work as a Mac or PC build - I cannot get it to work

And here for instance..

Document "B":

https://firebase.google.com/support/release-notes/unity

.. it suggests it is not working (although its' a bit confusing).

Is it not working yet, or did we just screw up?

This is a bummer.

As I mention below, you can't use Firebase for VR until this is done, since VR builds are Windows builds.

like image 264
Fattie Avatar asked Mar 27 '18 19:03

Fattie


People also ask

Does Firebase support PC?

Supported Firebase products (desktop) Firebase provides the remaining desktop libraries as stub (non-functional) implementations for convenience when building for Windows, macOS, and Linux.

Can you use Firebase with Unity?

If you are building a Unity application that will require user sign-on, Google's Firebase is a great option, with Authentication, Database, Storage, Hosting, Functions, and more. Plus it's fairly easy to get set up!

Is Firebase free to use?

Firebase offers a no-cost tier pricing plan for all its products. For some products, usage continues at no cost no matter your level of use. For other products, if you need high levels of use, you'll need to switch your project to a paid-tier pricing plan.


1 Answers

firebaser here

While most Unity SDKs for Firebase should now work in the Unity editor, build targets for desktop environments are not yet supported. So: you can develop games targeting iOS and Android on the desktop, but you can't target desktop games yet.

like image 137
Frank van Puffelen Avatar answered Oct 14 '22 10:10

Frank van Puffelen