Tatuck
Tatuck

Reputation: 87

How can I include the Firebase libraries into a program in c++?

I am trying to use Firebase in a Windows program in C++, but I can't find the documentation on the firebase web. Any help?

Upvotes: 0

Views: 46

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 599401

Firebase's only C++ support is in the context of its Games SDKs, so you can find it under the Games heading in the left navigation. The setup page is here.

Upvotes: 1

Related Questions