avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 313 forks source link

Doesn't work with Firebase dynamic Links. #174

Open shihabfromparallax opened 1 year ago

shihabfromparallax commented 1 year ago

HI,

I am building a project in Flutter that has deep links in it. When I use uni_links only in my project it works fine, but when I use Firebase dynamic links in the project too, uni_links stops working. I mean getInitialLink() and linkStream neither of them works.

loolooii commented 1 year ago

I have the same problem! Even adding Firebase Dynamic Links domain to entitlements doesn't make it work.

EnesKaraosman commented 1 year ago

Same here. Any update?