Firebase Dynamic Links URL Shortener
latest
  • Firebase Dynamic Links URL Shortener
    • Requirements
    • Installation
    • Usage
    • Note
Firebase Dynamic Links URL Shortener
  • Docs »
  • Firebase Dynamic Links URL Shortener
  • Edit on GitHub

Firebase Dynamic Links URL Shortener¶

This is a Python Client for Firebase Dynamic Links to Shorten URLs.

Requirements¶

Be sure you have the following installed on your development machine:

  1. Python >= 3.6
  2. pip

Installation¶

Install the package:

pip install python-firebase-url-shortener

Usage¶

Use The package:

from python_firebase_url_shortener.url_shortener import UrlShortener

url_shortener = UrlShortener('your_api_key', 'domain_name')
url_shortener.get_short_link('https://www.example.com/')

Note¶

Here Domain Name Refers to The Subdomain you set for your Dynamic Links.


© Copyright 2022 Revision edd20280.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.