본문 바로가기
개발/Firebase

firebase dynamic link full path 구하기,

by dev_caleb 2023. 1. 12.
728x90

Uri 를 가져와서 

uri.path 를 실행해보면 전체 url 주소가 아님을 알 수 있다. 

full path를 구하려면 uri.toString으로 가져올 수 있다.

 

https://stackoverflow.com/questions/64781335/getting-the-url-from-firebasestorage-uri-in-flutter

 

Getting the URL from FirebaseStorage URI in Flutter

Sorry for the noob question. But how do I get the Url String from a Uri ? In my understanding the Url is a subset of Uri but I couldn't find any method that says something like .getUrl. Did I miss

stackoverflow.com

 

728x90