You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love your package. In my App, I implemented dynamic linking with Firebase Dynamic Links. The Link for opening the App and receiving parameters that are necessary for the login, I receive from an API that send an e-mail. Now my Question is, does Fluttium supports opening dynamic links and how to open them from an e-mail programm? Or do I need to create a function inside the app to test that?
The text was updated successfully, but these errors were encountered:
Currently Fluttium does not support it as it uses flutter run under the hood. But in the long run (when #197 lands) we should be able to add specialised features like this to Fluttium to trigger a deep link url when the app is installed.
Description
Hey wolfenrain,
I love your package. In my App, I implemented dynamic linking with Firebase Dynamic Links. The Link for opening the App and receiving parameters that are necessary for the login, I receive from an API that send an e-mail. Now my Question is, does Fluttium supports opening dynamic links and how to open them from an e-mail programm? Or do I need to create a function inside the app to test that?
The text was updated successfully, but these errors were encountered: