androidgoogle-app-enginefirebase-dynamic-linksurl-shortenergoogle-url-shortener

How to shorten URL pointing to my server (NOT MOBILE APP)


I am working on a mobile app and I want to be able to generate several short urls and share to users without showing my actual url with server name.

The long URLS have parameters to certain resources. Server is hosted in Google App Engine and written in nodejs

Which is the best and safe way to do this?


Solution

  • Firebase Dynamic links has solved my problem