Search code examples
c++firebaselibraries

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?


Solution

  • 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.