Firebase dynamic links show warning about non-existing apps

╄→гoц情女王★ 提交于 2021-02-07 08:25:02

问题


We're having a strange problem that so far seems harmless but I prefer not to ignore just in case in bites us later.

We're creating dynamic links using the REST API(but the warnings also appear in the debug console).

We get warnings like this:

warningCode "UNRECOGNIZED_PARAM"
warningMessage  "Android app com.google.firebase.quickstart.fcm' lacks SHA256. AppLinks is not enabled for the app. [https://firebase.google.com/docs/dynamic-links/debug#android-sha256-absent]"

The issue is not that SHA256 thing, but the fact that the app 'com.google.firebase.quickstart.fcm' (the result of a quick copy/paste when we first started) hasn't existed in the firebase project for months. It doesn't appear in the console at all, and I can't find any reference to it in the project code.

So where are the mobile apps stored? Is there a way for us to do clean up?

来源:https://stackoverflow.com/questions/52392514/firebase-dynamic-links-show-warning-about-non-existing-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!