Firestore Token retrieval failed: INVALID_SENDER

后端 未结 8 790
余生分开走
余生分开走 2020-12-20 12:09

I am not receiving any callback from interfaces such as addOnSuccessListener, addOnFailureListener,addOnCompleteListener.

Depe

相关标签:
8条回答
  • 2020-12-20 12:29

    I had similar problem. It had nothing to do with my code but rather with API key, check that everything from that side is up and working. (My problem was about google billing account).

    0 讨论(0)
  • 2020-12-20 12:32

    I know it is very dumb but,

    See if google-services.json is correct.
    

    I was using google-services.json from another project.

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