You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used "Compose notification" to check but didn't receive a notification from firebase and didn't have any other information.
Operating system: linux(gentoo)
Operating system version: gcc version 7.3.0,cmake version 3.13.2
C++ SDK: 5.4.4
I'm not sure if I'm wrong or missing something, looking forward to helping!
Firebase App initializing app __FIRAPP_DEFAULT (default 1).
Initialized Firebase App.
Initialize the Messaging library
Try to initialize Firebase Messaging
Initialized Firebase Cloud Messaging.
Display permission prompt if necessary.
Finished checking for permission.
::firebase::messaging::Subscribe("TestTopic")...
::firebase::messaging::Subscribe("TestTopic") completed as expected
::firebase::messaging::Subscribe("!@#$%^&()")...
ERROR: ::firebase::messaging::Subscribe("!@#$%^&()") completed with error: 0, Successfully completed as a stub.
The text was updated successfully, but these errors were encountered:
xdien
changed the title
Test errror Subscribe("TestTopic") completed as expected
[Desktop]Test errror Subscribe("TestTopic") completed as expected
Jan 22, 2019
xdien
changed the title
[Desktop]Test errror Subscribe("TestTopic") completed as expected
[Desktop]Test FCM does not receive data
Jan 22, 2019
FCM isn't implemented on desktop, just on iOS and Android, so the functions are all stubbed out. This is so that you can built your app on all three platforms without changing the code. However, on desktop the functions won't do anything.
Thank you for providing more information. I am intending to write a code for all platforms with Qt. Hopefully firebase will soon be completed on the desktop.
I have used "Compose notification" to check but didn't receive a notification from firebase and didn't have any other information.
Operating system: linux(gentoo)
Operating system version: gcc version 7.3.0,cmake version 3.13.2
C++ SDK: 5.4.4
I'm not sure if I'm wrong or missing something, looking forward to helping!
The text was updated successfully, but these errors were encountered: