@playwind/com.google.firebase.dynamic-links
v9.0.0
Published
Deep link potential players to the right place inside your game. Dynamic Links are smart URLs that allow you to send existing and potential players to any location within your game. They survive the game install process, so even new players see the conte
Downloads
1
Readme
Get Started with Firebase Dynamic Links
Thank you for installing the Firebase Dynamic Links Unity SDK. The Dynamic Links guide provides instructions to configure a Unity project.
Overview
You can use Firebase Dynamic Links to create short or long Dynamic Links. The API takes several optional parameter structures to build links. Short links can also be created from a previously generated long link. The Dynamic Links API will generate a URL like https://example.page.link/aSDf.
Using the Sample
This SDK is distributed with a sample project under the
Assets/Firebase/Sample/DynamicLinks
directory. To configure and run the
sample, follow the instructions in
Assets/Firebase/Sample/DynamicLinks/readme.md
.
Demos
Mecha Hamster is provided as a demo which showcases the integration of multiple Firebase features within a single game. The source is available on GitHub, and the live application is available for iOS on the App Store and for Android on the (Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].