Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynamic link returning empty JSON string from Firebase

I'm setting up my Android app to support email authentication and as part of the task I need to create a dynamic link, which I did in the Firebase console. However, when I tested the link (https://chiaramail.page.link/.well-known/assetlinks.json, I just got back empty data ("[]"). Is there something else that needs to happen?

like image 618
FractalBob Avatar asked Sep 02 '26 01:09

FractalBob


1 Answers

I had the same issue. Actually it is because, you need to provide SHA256 instead of SAH1 to implement dynamic link to your project. I tried to add it with my existing project through project settings. But it didn't work for me.

Then I created a new project and in the sdk configuration I skipped SHA1 input and after completing sdk setup, I went to the project setting and added SHA256. then I tried link <your dynamic link>/.well-known/assetlinks.json .It worked.

Thanks Mate.

like image 143
Abhijith Brumal Avatar answered Sep 05 '26 15:09

Abhijith Brumal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!