https://github.com/hrichiksite/fdl.js
FDLjs is a small JavaScript library to make firebase dynamic links in JavaScript.
https://github.com/hrichiksite/fdl.js
fdl firebase firebase-dynamic-links firebase-dynamic-links-js js
Last synced: 3 months ago
JSON representation
FDLjs is a small JavaScript library to make firebase dynamic links in JavaScript.
- Host: GitHub
- URL: https://github.com/hrichiksite/fdl.js
- Owner: hrichiksite
- License: gpl-3.0
- Created: 2020-11-10T07:52:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T03:26:29.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T11:47:47.392Z (8 months ago)
- Topics: fdl, firebase, firebase-dynamic-links, firebase-dynamic-links-js, js
- Language: HTML
- Homepage: https://fdl.js.org
- Size: 1.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
## Can Work Alone
##
### Fully Made From JS
You can self Host it or use the our Fast CDN
### Install from CDN
```html
```
# Docs
### Make FDL
```html
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)
```html
makedevfdl(key, st, si, sd, domain, link)
```
> Use For Development Onlykey = 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 :smile:
## I :heart: JS### :star: FDLjs2 Releasing Soon
## Made With Love By Hrichik