楽天リスカイ
楽天リスカイ

Reputation: 21

Does Firebase Unity support Windows UWP or Windows 10 applications?

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

Answers (2)

JM Park
JM Park

Reputation: 9

firebase works on windows and mac. User authentication, real-time database, fire store, and storage are supported.

Upvotes: -1

Frank van Puffelen
Frank van Puffelen

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

Related Questions