Firebase 401 unauthorized error FCM

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

    0 讨论(0)
提交回复
热议问题