How to programatically generate a Dynamic Link to a Storage Object in Firebase?

心不动则不痛 提交于 2019-12-04 19:17:19

Finally got it

Use the bucket name and storage object path to generate the google cloud storage object url as mentioned in the edits in the question.

Then create a Dynamic Link programmatically by constructing a URL with the following form:

https://domain/?link=your_deep_link&apn=package_name[&amv=minimum_version][&ad=1][&al=android_link][&afl=fallback_link]

Please see https://firebase.google.com/docs/dynamic-links/android#create-a-dynamic-link-programmatically for further details.

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