Firebase c++ SDK in QT6.5
-
Hi
I am using firebase c++ sdk in my QT app to get the notifications.
I have inheritted the firebase::messaging::listener and overriden the onMessage and onTokenRecieved method of the listener class.Issue:- the firebase initialization is successful but I am not receiving the token.
Please help me to resolve the issue.Best Regards
Sathya -
Hi and welcome to devnet,
Are you able to properly run the SDK's example on that topic ?
-
Hi,
I just followed the firebase documentation.
I didn't find any example on the same.
Could you please point me to the example.Best Regards
SathyaSearching for them I found: https://firebaseopensource.com/projects/firebase/quickstart-cpp/