FDLjs is a small javascript library to make firebase dynamic links in JavaScript. As there are no libraries are provided by Google for Firebase Dynamic Links creation, it make a bit difficult to create it with JS, I made this library so that everyone can use FDLs.
You can self Host it or use the our Fast CDN
<script src="https://getjs.now.sh/libs/hrichiksite/fdl.js/links.js"></script>
makefdl(key, st, si, sd, domain, link)
key = APIkey
st = Social Title
si = Social Image
sd = Social Description
domain = The Firebase Links domain, for example: someapp.page.link or some custom domain
link = The link that you want to shorten
makedevfdl(key, st, si, sd, domain, link)
Use For Development Only
key = APIkey
st = Social Title
si = Social Image
sd = Social Description
domain = The Firebase Links domain, for example: someapp.page.link or some custom domain
link = The link that you want to shorten