Android Question How troubleshooting FCM connection?

nickysuwandi

Member
Licensed User
Longtime User
Dear Friends

I have working project creating using Firebase Clous Messaging API (V1), this project already working before.
Then this week i was add some feature to this apps, but this couse my apps didn't receive notification (FCM).

Is there someone have mastering in FCM,what couse this problem?

i have looping using this code , return nothing.
looping:
Do While fm.Token =""
        Log("Check Token " & fm.Token )
Loop


i haved checking again using this tutorial, the step is right.
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top