Can we use FireBase cloud Messaging to send or receive messages or both ways using C++ on Windows Desktop/Console or Linux console appliction?

前端 未结 1 1713
南方客
南方客 2020-12-21 11:31

After building FirebaseCloudMessaging Sample Application on Windows Using Visual studio 2015, Setting appOptions using C++, It says \"Initialized Firbase Cloud Messaging\"

相关标签:
1条回答
  • 2020-12-21 12:13

    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:

    iOS and Android samples for the Firebase C++ SDK.

    And the first line of the documentation of the Firebase C++ SDK:

    The Firebase C++ SDK provides a C++ interface on top of Firebase for iOS and Android.

    So while the sample apps may compile on other platforms, the underlying infrastructure they need to work is not available on those platforms.

    0 讨论(0)
提交回复
热议问题