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
Hi, I need to add a URL pattern in the firebase console for dynamic link generation. My requirement is while generating the short link using the REST API method I'm adding a deep link with dynamic userID generated and attached as a query parameter at the last of the deep link.
I need to whitelist with an alphanumeric. How do I need to add a regular expression which allows alphanumeric?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I need to add a URL pattern in the firebase console for dynamic link generation. My requirement is while generating the short link using the REST API method I'm adding a deep link with dynamic userID generated and attached as a query parameter at the last of the deep link.
I need to whitelist with an alphanumeric. How do I need to add a regular expression which allows alphanumeric?
Example:
https://www.example.com?userId=5f7330w6b347150004351f529
Beta Was this translation helpful? Give feedback.
All reactions