Firebase 401 unauthorized error FCM

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

    I have the same problem at Server Side Code(C#).

    You basically used wrong Server Key (or API Key) for service side code.

    Follow below Link over stackoverflow posted by me (Helpful to find Server Key (or API Key) )

    FCM (Firebase Cloud Messaging) Push Notification with Asp.Net

提交回复
热议问题