Firebase Cloud Messaging notification from Java instead of Firebase Console

前端 未结 7 1752
野趣味
野趣味 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:20

    Use this sending push notifications from java.

    Spring Framework

    Compared to other projects there are just 3 simple classes with minimal dependencies.

    https://github.com/AndreiD/testingpushnotifications

    Remember to replace the SERVER_API_KEY and the Client_Token.

提交回复
热议问题