Firebase Dynamic link API returning unexpected result

北城余情 提交于 2020-01-13 13:06:46

问题


I'm using Firebase API to generate short link:

https://firebasedynamiclinks.googleapis.com/v1/shortLinks?key=XYZ

It work most of time and generated expected result like https:// abc123.app.goo.gl/WXYZ but randomly it sometime generated https:// goo.gl/xyz sort of link. And finally when this executed by client it does not contain expected parsed result.

I have no idea why this is happening. Any one suggestion what's wrong going here.

来源:https://stackoverflow.com/questions/42484750/firebase-dynamic-link-api-returning-unexpected-result

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