Firebase 401 unauthorized error FCM

后端 未结 7 1394
自闭症患者
自闭症患者 2020-12-23 15:52

I\'m trying to test out Firebase Cloud messaging APIs as all functionality is not available from console (notably customization of notifications when app is in background).

7条回答
  •  时光取名叫无心
    2020-12-23 16:19

    I faced the same problem.

    the problem was that I was using the legacy server key. when I used the new version of the server key the problem solved.

    in your firebase console goto settings -> cloud messaging

    then use the new server key. it is longer than the old version key.

提交回复
热议问题