I am creating a new dynamic link for our site. I'm manually creating them thru our NodeJs backend apis using "https://firebasedynamiclinks.googleapis.com/v1/shortLinks". We already have a shortUrl that is created from "https://example.com/v=5e4eafa80a863710813bc67b?s=ABCDEF" and it works fine.
Now I need to create one with a second param: "https://example.com/[email protected]&token=123456"
The first one (email) is included in the shortUrl, but the second param (token) is removed. Do I need to config something to include the second one?
I received an answer from Firebase Slack support