Firebase Cloud Messaging notification from Java instead of Firebase Console

前端 未结 7 1755
野趣味
野趣味 2020-12-12 16:21

I am new to Firebase and I am running into errors such as mismatch sender id and Authentication Error with HTTP status 401 when my Java application tries to send a notificat

7条回答
  •  醉梦人生
    2020-12-12 17:11

    I wrote an FCMHelper Class, that works fine and is simple to use.

    See here https://github.com/MOSDEV82/fcmhelper

提交回复
热议问题