After building FirebaseCloudMessaging Sample Application on Windows Using Visual studio 2015, Setting appOptions using C++, It says "Initialized Firbase Cloud Messaging" But I don't see FCM token available to communicate.
相关问题
- Sorting 3 numbers without branching [closed]
- How to compile C++ code in GDB?
- Why does const allow implicit conversion of refere
- thread_local variables initialization
- What uses more memory in c++? An 2 ints or 2 funct
The Firebase C++ libraries are specifically designed to be used in iOS and Android apps.
The first line of the sample project's readme explains that as:
And the first line of the documentation of the Firebase C++ SDK:
So while the sample apps may compile on other platforms, the underlying infrastructure they need to work is not available on those platforms.