Why does firebase push_token return Blacklisted?

后端 未结 3 396
猫巷女王i
猫巷女王i 2020-12-28 17:41

I am implementing Firebase messaging in my app.

While I am testing the app sends the refreshed_token to my database, but in live production environment (Play store)

相关标签:
3条回答
  • 2020-12-28 18:07

    I can conclude after researching this problem that when an emulator runs the app Firebase will return BLACKLISTED. Also thanks to @kR105

    0 讨论(0)
  • 2020-12-28 18:14

    The App will be running on an emulator hence Firebase token will be Blacklisted

    0 讨论(0)
  • 2020-12-28 18:24

    from Firebase support:

    Hi there,

    It seems that this is a known minor issue with our internal infrastructure where the device used for the Play Store review can be BLACKLISTED by GCM / FCM in some occasions. However, this should not affect your real users. We are looking beyond Firebase and working with Play Store team to avoid this inconvenience.

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