Reputation: 21
According to Unity documentation, unity supports Windows Applications (UWP) and Windows 10 applications, I just wonder that does the Firebase Unity support Windows Applications (UWP) and Windows 10 applications?
Thank you very much.
Upvotes: 2
Views: 2723
Reputation: 9
firebase works on windows and mac. User authentication, real-time database, fire store, and storage are supported.
Upvotes: -1
Reputation: 598785
Most Firebase's Unity SDKs are wrappers around their Android and iOS SDKs, so will not work on other platforms.
Some of the Firebase Unity SDKs provide limited support for working on desktop environments, to simplify development and debugging of Android/iOS apps. See the documentation for a list of features that support this desktop workflow.
As far as I know, none of the Firebase Unity SDKs support running in UWP.
Upvotes: 2