Firebase 401 unauthorized error FCM

后端 未结 7 1432
自闭症患者
自闭症患者 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:38

    I too am facing the Same problem... I am using curl in php for posting and it works only if I have php files stored on my LocalHost server. When I try to use access the files via a free hosting online, then it say Unautorized 401.

    So I would suggest if you can, use the Localhost.

提交回复
热议问题