I would like to understand better Firebase Dynamic Links because i am very new to this subject.
What i would like to know :
FirebaseDynamicLinks.instance.getInitialLink()is supposed to return "only" the last dynamic link created with the "initial" url (before it was shorten) ?Or why
FirebaseDynamicLinks.instance.getInitialLink()doesn't take aString urlas a parameter ?FirebaseDynamicLinks.instance.getDynamicLink(String url)doesn't read custom parameters if the url was shorten, so how can we retrieve custom parameters from a shorten link ?
My use case is quite simple, i am trying to share an object through messages in my application, so i want to save the dynamic link in my database and be able to read it to run a query according to specific parameters.