Skip to content

FDLjs is a small JavaScript library to make firebase dynamic links in JavaScript.

License

Notifications You must be signed in to change notification settings

hrichiksite/fdl.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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