Firebase Cloud Messaging notification from Java instead of Firebase Console

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

    I was running into the same issue. The problem was in the line:

    String serverKey = ;
    

    This value should come from the Android app project; in this case it would be "My Notification Client" and not "My Notification Server".

提交回复
热议问题