Skip to content

Commit bfda988

Browse files
Update upmsync.yml
0 parents  commit bfda988

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3264
-0
lines changed

CHANGELOG.md

Lines changed: 1943 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation~/index.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Get Started with Firebase Installations
2+
=======================================
3+
4+
Thank you for installing the Firebase Installations Unity SDK. Installations
5+
is intended to be used in conjunction with products that support
6+
[Firebase A/B Testing](https://firebase.google.com/docs/ab-testing/):
7+
8+
* [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/unity/client)
9+
* [Firebase Remote Config](https://firebase.google.com/products/remote-config/)
10+
11+
# Overview
12+
13+
14+
15+
# Using the Sample
16+
17+
This SDK is distributed with a sample project under the
18+
`Assets/Firebase/Sample/Installations` directory. To configure and run the sample,
19+
follow the instructions in `Assets/Firebase/Sample/Installations/readme.md`.
20+
21+
# Demos
22+
23+
24+
25+
# Links
26+
27+
* [Homepage](https://firebase.google.com/games/)
28+
* [Contact](https://firebase.google.com/support/contact/)
29+
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)
30+
31+
# Discussion
32+
33+
* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
34+
* [Slack community](https://firebase-community.slack.com/)
35+
* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk)

Firebase.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firebase/Editor.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Assets/Firebase/Editor/InstallationsDependencies.xml
2+
Assets/Firebase/Plugins/Firebase.Installations.dll
3+
Assets/Firebase/Plugins/Firebase.Installations.pdb
4+
Assets/Firebase/Plugins/iOS/Firebase.Installations.dll
5+
Assets/Firebase/Plugins/iOS/Firebase.Installations.pdb
6+
Assets/Firebase/Plugins/x86_64/FirebaseCppInstallations.bundle
7+
Assets/Firebase/Plugins/x86_64/FirebaseCppInstallations.dll
8+
Assets/Firebase/Plugins/x86_64/FirebaseCppInstallations.so
9+
Assets/Firebase/m2repository/com/google/firebase/firebase-installations-unity/12.6.0/firebase-installations-unity-12.6.0.pom
10+
Assets/Firebase/m2repository/com/google/firebase/firebase-installations-unity/12.6.0/firebase-installations-unity-12.6.0.srcaar
11+
Assets/Firebase/m2repository/com/google/firebase/firebase-installations-unity/maven-metadata.xml
12+
Assets/Plugins/iOS/Firebase/libFirebaseCppInstallations.a
13+
Assets/Plugins/tvOS/Firebase/libFirebaseCppInstallations.a
14+
Assets/package.json

Firebase/Editor/FirebaseInstallations_version-12.6.0_manifest.txt.meta

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!-- Copyright (C) 2019 Google Inc. All Rights Reserved.
2+
3+
FirebaseInstallations iOS and Android Dependencies.
4+
-->
5+
6+
<dependencies>
7+
<iosPods>
8+
<iosPod name="FirebaseInstallations" version="" minTargetSdk="13.0">
9+
</iosPod>
10+
</iosPods>
11+
<androidPackages>
12+
<androidPackage spec="com.google.firebase:firebase-installations:18.0.0">
13+
</androidPackage>
14+
<androidPackage spec="com.google.firebase:firebase-analytics:22.2.0">
15+
</androidPackage>
16+
<androidPackage spec="com.google.firebase:firebase-installations-unity:12.6.0">
17+
<repositories>
18+
<repository>Assets/Firebase/m2repository</repository>
19+
</repositories>
20+
</androidPackage>
21+
</androidPackages>
22+
</dependencies>

Firebase/Editor/InstallationsDependencies.xml.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firebase/Plugins.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)