NativeScript / firebase

Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
https://docs.nativescript.org/plugins/firebase-core.html
Apache License 2.0
56 stars 49 forks source link

fix(dynamic-links): IllegalArgumentException on resolveLink #179

Closed mukaschultze closed 1 year ago

mukaschultze commented 1 year ago

This PR fixes the following error when calling resolveLink on android:

Error: java.lang.IllegalArgumentException: FDL domain is missing. Set with setDomainUriPrefix() or setDynamicLinkDomain().

I imagine that the buildShortDynamicLink is either a leftover from older code or was pasted by accident in that method implementation.