hansemannn / titanium-firebase-dynamic-links

Use the native Firebase Dynamic Links SDK's in Appcelerator Titanium.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase Dynamic Links - Titanium Module

Use the native Firebase SDK in Axway Titanium. This repository is part of the Titanium Firebase project.

Supporting this effort

The whole Firebase support in Titanium is developed and maintained by the community (@hansemannn and @m1ga). To keep this project maintained and be able to use the latest Firebase SDK's, please see the "Sponsor" button of this repository, thank you!

Requirements

Example

import TiFirebaseDynamicLinks from 'ti.firebasedynamiclinks';

// Place this in the earliest possible place, e.g. the alloy.js (Alloy) or app.js (classic Ti)
TiFirebaseDynamicLinks.addEventListener('deeplink', event => {
  console.warn(`URL: ${event.url}, Match type: ${event.matchType}`);
});

Build

cd [ios|android]
appc run -p [ios|android] --build-only

Legal

This module is Copyright (c) 2021-present by Hans Knöchel. All Rights Reserved.

About

Use the native Firebase Dynamic Links SDK's in Appcelerator Titanium.

License:MIT License


Languages

Language:Objective-C 91.6%Language:C 7.2%Language:Swift 0.6%Language:Kotlin 0.2%Language:JavaScript 0.2%Language:Shell 0.1%Language:Ruby 0.0%