Skip to content

Commit ebef35e

Browse files
Update upmsync.yml
0 parents  commit ebef35e

Some content is hidden

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

50 files changed

+3153
-0
lines changed

CHANGELOG.md

Lines changed: 1903 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: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Get Started with Firebase Crashlytics
2+
========================================
3+
4+
Thank you for installing the Firebase Crashlytics Unity SDK. The
5+
[Crashlytics guide](https://firebase.google.com/docs/crashlytics/get-started)
6+
provides instructions to configure a Unity project.
7+
8+
# Overview
9+
10+
You can use
11+
[Firebase Crashlytics](https://firebase.google.com/products/crashlytics/)
12+
to help you track, prioritize, and fix stability issues that erode app quality,
13+
in realtime. Spend less time triaging and troubleshooting crashes and more time
14+
building app features that delight users.
15+
16+
# Using the Sample
17+
18+
This SDK is distributed with a sample project under the
19+
`Assets/Firebase/Sample/Crashlytics` directory. To configure and run the sample,
20+
follow the instructions in `Assets/Firebase/Sample/Crashlytics/readme.md`.
21+
22+
# Demos
23+
24+
[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo
25+
which showcases the integration of multiple Firebase features within a single
26+
game. The source is available on
27+
[GitHub](https://github.com/google/mechahamster), and the live application
28+
is available for iOS on the
29+
[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4)
30+
and for Android on the
31+
(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].
32+
33+
# Links
34+
35+
* [Homepage](https://firebase.google.com/games/)
36+
* [Contact](https://firebase.google.com/support/contact/)
37+
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)
38+
39+
# Discussion
40+
41+
* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
42+
* [Slack community](https://firebase-community.slack.com/)
43+
* [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: 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+
FirebaseCrashlytics iOS and Android Dependencies.
4+
-->
5+
6+
<dependencies>
7+
<iosPods>
8+
<iosPod name="Firebase/Crashlytics" version="11.2.0" minTargetSdk="13.0">
9+
</iosPod>
10+
</iosPods>
11+
<androidPackages>
12+
<androidPackage spec="com.google.firebase:firebase-crashlytics-ndk:19.1.0">
13+
</androidPackage>
14+
<androidPackage spec="com.google.firebase:firebase-analytics:22.1.0">
15+
</androidPackage>
16+
<androidPackage spec="com.google.firebase:firebase-crashlytics-unity:12.3.0">
17+
<repositories>
18+
<repository>Assets/Firebase/m2repository</repository>
19+
</repositories>
20+
</androidPackage>
21+
</androidPackages>
22+
</dependencies>

Firebase/Editor/CrashlyticsDependencies.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.
25 KB
Binary file not shown.

Firebase/Editor/Firebase.Crashlytics.Editor.dll.meta

Lines changed: 82 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
9.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)