@boundstate/firebase-dynamic-links
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@boundstate/firebase-dynamic-links

Firebase Dynamic Links API client written in TypeScript.

$ npm install @boundstate/firebase-dynamic-links

Quick start

import {FirebaseDynamicLinks} from '@boundstate/firebase-dynamic-links';

const links = new FirebaseDynamicLinks({apiKey: 'secret'});

const {shortLink, warning} = await links.createShortLink({
  dynamicLinkInfo: {
    dynamicLinkDomain: 'abc123.app.goo.gl',
    link: 'https://example.com',
  },
});

Readme

Keywords

none

Package Sidebar

Install

npm i @boundstate/firebase-dynamic-links

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

11.5 kB

Total Files

9

Last publish

Collaborators

  • mikejpeters
  • guiltyspark