Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 1.69 KB

README.md

File metadata and controls

73 lines (55 loc) · 1.69 KB

FDLJS

FDLjs

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.

Very Tiny

File Size

Can Work Alone

No dependencies

Fully Made From JS

Only JS

You can self Host it or use the our Fast CDN

Install from CDN

<script src="https://getjs.now.sh/libs/hrichiksite/fdl.js/links.js"></script>

Docs

Make FDL

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

Make FDL Get Response Back (In case you face any errors)

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

If you like my code or have used it, please star my repo 😄

I ❤️ JS

⭐ FDLjs2 Releasing Soon

Made With Love By Hrichik