Replies: 2 comments 2 replies
-
This is not react-native-firebase specific, I don't anticipate help coming here. You should post this on stackoverflow or similar to figure out how to pass parameters on dynamic links. In general I think you encode the parameters into the link, which means you will want to generate the links programmatically |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @mikehardy, you can close this discussion. Cheers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I'm developing a React Native APP, and I'm trying to create a URL with firebase dynamic links and set a parameter to fetch data accordingly to that param.
For example, I have my Dynamic Link configured as "https://myApp.page.link/my-satellite".
If I type on the browser "https://myApp.page.link/my-satellite", my App opens and go to that Screen.
What I need is to pass "https://myApp.page.link/my-satellite/SERIAL_CODE_PARAM" and fetch data from SERIAL_CODE_PARAM, but the Firebase console doesn't allow me to create that URL.
Could someone please, help me develop that?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions