Skip to main content

Python client for Firebase Dynamic Links

Project description

Build Status Say Thanks!

py-fdl

Python client for Firebase Dynamic Links

Usage

from firebase_dynamic_links.client import FirebaseClient
from firebase_dynamic_links.builder import DynamicLinkBuilder

dynamic_link_builder = DynamicLinkBuilder(client=FirebaseClient(api_key='your_secret_key'))

long_link = dynamic_link_builder.generate_long_link(app_code='your_app_code', isi='com.example.app')
short_link = dynamic_link_builder.generate_short_link(app_code='your_app_code', isi='com.example.app')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py-fdl-1.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

py_fdl-1.0.2-py2.py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page