I want the links on my website such as:
mywebsite.com/hash/111111
to get decoded, as I want to query "11111" in the firebase and show data on the page according to that.
What would be the best way to do it? I could not find any direct method.
I want the links on my website such as:
mywebsite.com/hash/111111
to get decoded, as I want to query "11111" in the firebase and show data on the page according to that.
What would be the best way to do it? I could not find any direct method.
I have not written any manual code, just looking for directions.