Skip to content

Commit

Permalink
Package Update 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
game-workstore-bot committed Jul 4, 2024
1 parent ae29716 commit 3361859
Show file tree
Hide file tree
Showing 36 changed files with 2,236 additions and 2,206 deletions.
3,722 changes: 1,876 additions & 1,846 deletions Staging/package/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Staging/package/CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 46 additions & 46 deletions Staging/package/Documentation~/index.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
Get Started with Firebase Dynamic Links
========================================

Thank you for installing the Firebase Dynamic Links Unity SDK. The
[Dynamic Links guide](https://firebase.google.com/docs/dynamic-links/unity/create)
provides instructions to configure a Unity project.

# Overview

You can use
[Firebase Dynamic Links](https://firebase.google.com/products/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](https://github.com/google/mechahamster) is provided as a demo
which showcases the integration of multiple Firebase features within a single
game. The source is available on
[GitHub](https://github.com/google/mechahamster), and the live application
is available for iOS on the
[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4)
and for Android on the
(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].

# Links

* [Homepage](https://firebase.google.com/games/)
* [Contact](https://firebase.google.com/support/contact/)
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)

# Discussion

* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
* [Slack community](https://firebase-community.slack.com/)
* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk)
Get Started with Firebase Dynamic Links
========================================

Thank you for installing the Firebase Dynamic Links Unity SDK. The
[Dynamic Links guide](https://firebase.google.com/docs/dynamic-links/unity/create)
provides instructions to configure a Unity project.

# Overview

You can use
[Firebase Dynamic Links](https://firebase.google.com/products/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](https://github.com/google/mechahamster) is provided as a demo
which showcases the integration of multiple Firebase features within a single
game. The source is available on
[GitHub](https://github.com/google/mechahamster), and the live application
is available for iOS on the
[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4)
and for Android on the
(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].

# Links

* [Homepage](https://firebase.google.com/games/)
* [Contact](https://firebase.google.com/support/contact/)
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)

# Discussion

* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
* [Slack community](https://firebase-community.slack.com/)
* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk)
8 changes: 4 additions & 4 deletions Staging/package/Firebase/Editor/DynamicLinksDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ FirebaseDynamicLinks iOS and Android Dependencies.

<dependencies>
<iosPods>
<iosPod name="Firebase/DynamicLinks" version="10.24.0" minTargetSdk="8.0">
<iosPod name="Firebase/DynamicLinks" version="10.28.1" minTargetSdk="8.0">
</iosPod>
</iosPods>
<androidPackages>
<androidPackage spec="com.google.firebase:firebase-dynamic-links:21.2.0">
<androidPackage spec="com.google.firebase:firebase-dynamic-links:22.1.0">
</androidPackage>
<androidPackage spec="com.google.firebase:firebase-analytics:21.6.2">
<androidPackage spec="com.google.firebase:firebase-analytics:22.0.2">
</androidPackage>
<androidPackage spec="com.google.firebase:firebase-dynamic-links-unity:11.9.0">
<androidPackage spec="com.google.firebase:firebase-dynamic-links-unity:12.1.0">
<repositories>
<repository>Assets/Firebase/m2repository</repository>
</repositories>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Assets/Firebase/Plugins/iOS/Firebase.DynamicLinks.pdb
Assets/Firebase/Plugins/x86_64/FirebaseCppDynamicLinks.bundle
Assets/Firebase/Plugins/x86_64/FirebaseCppDynamicLinks.dll
Assets/Firebase/Plugins/x86_64/FirebaseCppDynamicLinks.so
Assets/Firebase/m2repository/com/google/firebase/firebase-dynamic-links-unity/11.9.0/firebase-dynamic-links-unity-11.9.0.pom
Assets/Firebase/m2repository/com/google/firebase/firebase-dynamic-links-unity/11.9.0/firebase-dynamic-links-unity-11.9.0.srcaar
Assets/Firebase/m2repository/com/google/firebase/firebase-dynamic-links-unity/12.1.0/firebase-dynamic-links-unity-12.1.0.pom
Assets/Firebase/m2repository/com/google/firebase/firebase-dynamic-links-unity/12.1.0/firebase-dynamic-links-unity-12.1.0.srcaar
Assets/Firebase/m2repository/com/google/firebase/firebase-dynamic-links-unity/maven-metadata.xml
Assets/Plugins/iOS/Firebase/libFirebaseCppDynamicLinks.a
Assets/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Staging/package/Firebase/Plugins/Firebase.DynamicLinks.dll
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Staging/package/Firebase/Plugins/Firebase.DynamicLinks.pdb
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Staging/package/Firebase/Plugins/iOS/Firebase.DynamicLinks.dll
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Staging/package/Firebase/Plugins/iOS/Firebase.DynamicLinks.pdb
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-dynamic-links-unity</artifactId>
<version>11.9.0</version>
<version>12.1.0</version>
<packaging>aar</packaging>
<dependencies>

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<groupId>com.google.firebase</groupId>
<artifactId>firebase-dynamic-links-unity</artifactId>
<versioning>
<release>11.9.0</release>
<versions><version>11.9.0</version></versions>
<release>12.1.0</release>
<versions><version>12.1.0</version></versions>
<lastUpdated/>
</versioning>
</metadata>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3361859

Please sign in to comment.