Skip to content

Commit 2c54cf9

Browse files
com.google.firebase.analytics@13.0.0
1 parent 3cfcb9a commit 2c54cf9

40 files changed

+2424
-2401
lines changed

CHANGELOG.md

Lines changed: 2049 additions & 2026 deletions
Large diffs are not rendered by default.

CHANGELOG.md.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation~/index.md

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
Get Started with Google Analytics for Firebase
2-
==============================================
3-
4-
Thank you for installing the Unity Google Analytics for Firebase SDK. The
5-
[Analytics guide](https://firebase.google.com/docs/analytics/unity/start)
6-
provides instructions to configure a Unity project.
7-
8-
# Overview
9-
10-
[Google Analytics for Firebase](https://firebase.google.com/products/analytics/)
11-
collects usage and behavior data for your game.
12-
13-
The SDK logs two primary types of information:
14-
* *Events*. What is happening in your game, such as user actions, system events,
15-
or errors.
16-
* *User properties*. Attributes you define to describe segments of your user
17-
base, such as language preference or geographic location.
18-
19-
Google Analytics automatically logs some events and user properties; you don't
20-
need to add any code to enable them. If your app needs to collect additional
21-
data, you can set up to 25 different Analytics user properties and log up to
22-
500 different Analytics event types in your app. There is no limit on the total
23-
volume of events your app logs.
24-
25-
# Using the Sample
26-
27-
This SDK is distributed with a sample project under the
28-
`Assets/Firebase/Sample/Analytics` directory. To configure and run the sample,
29-
follow the instructions in `Assets/Firebase/Sample/Analytics/readme.md`.
30-
31-
# Demos
32-
33-
[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo
34-
which showcases the integration of multiple Firebase features within a single
35-
game. The source is available on
36-
[GitHub](https://github.com/google/mechahamster), and the live application
37-
is available for iOS on the
38-
[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4)
39-
and for Android on the
40-
(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].
41-
42-
# Links
43-
44-
* [Homepage](https://firebase.google.com/games/)
45-
* [Contact](https://firebase.google.com/support/contact/)
46-
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)
47-
48-
# Discussion
49-
50-
* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
51-
* [Slack community](https://firebase-community.slack.com/)
52-
* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk)
53-
1+
Get Started with Google Analytics for Firebase
2+
==============================================
3+
4+
Thank you for installing the Unity Google Analytics for Firebase SDK. The
5+
[Analytics guide](https://firebase.google.com/docs/analytics/unity/start)
6+
provides instructions to configure a Unity project.
7+
8+
# Overview
9+
10+
[Google Analytics for Firebase](https://firebase.google.com/products/analytics/)
11+
collects usage and behavior data for your game.
12+
13+
The SDK logs two primary types of information:
14+
* *Events*. What is happening in your game, such as user actions, system events,
15+
or errors.
16+
* *User properties*. Attributes you define to describe segments of your user
17+
base, such as language preference or geographic location.
18+
19+
Google Analytics automatically logs some events and user properties; you don't
20+
need to add any code to enable them. If your app needs to collect additional
21+
data, you can set up to 25 different Analytics user properties and log up to
22+
500 different Analytics event types in your app. There is no limit on the total
23+
volume of events your app logs.
24+
25+
# Using the Sample
26+
27+
This SDK is distributed with a sample project under the
28+
`Assets/Firebase/Sample/Analytics` directory. To configure and run the sample,
29+
follow the instructions in `Assets/Firebase/Sample/Analytics/readme.md`.
30+
31+
# Demos
32+
33+
[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo
34+
which showcases the integration of multiple Firebase features within a single
35+
game. The source is available on
36+
[GitHub](https://github.com/google/mechahamster), and the live application
37+
is available for iOS on the
38+
[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4)
39+
and for Android on the
40+
(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].
41+
42+
# Links
43+
44+
* [Homepage](https://firebase.google.com/games/)
45+
* [Contact](https://firebase.google.com/support/contact/)
46+
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)
47+
48+
# Discussion
49+
50+
* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
51+
* [Slack community](https://firebase-community.slack.com/)
52+
* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk)
53+

Firebase/Editor/AnalyticsDependencies.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ FirebaseAnalytics iOS and Android Dependencies.
55

66
<dependencies>
77
<iosPods>
8-
<iosPod name="Firebase/Analytics" version="11.14.0" minTargetSdk="13.0">
8+
<iosPod name="Firebase/Analytics" version="12.0.0" minTargetSdk="15.0">
99
</iosPod>
1010
</iosPods>
1111
<androidPackages>
12-
<androidPackage spec="com.google.firebase:firebase-analytics:22.4.0">
12+
<androidPackage spec="com.google.firebase:firebase-analytics:23.0.0">
1313
</androidPackage>
14-
<androidPackage spec="com.google.firebase:firebase-analytics-unity:12.10.1">
14+
<androidPackage spec="com.google.firebase:firebase-analytics-unity:13.0.0">
1515
<repositories>
1616
<repository>Assets/Firebase/m2repository</repository>
1717
</repositories>

Firebase/Editor/AnalyticsDependencies.xml.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firebase/Editor/FirebaseAnalytics_version-12.10.1_manifest.txt renamed to Firebase/Editor/FirebaseAnalytics_version-13.0.0_manifest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Assets/Firebase/Plugins/iOS/Firebase.Analytics.pdb
66
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.bundle
77
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.dll
88
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.so
9-
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/12.10.1/firebase-analytics-unity-12.10.1.pom
10-
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/12.10.1/firebase-analytics-unity-12.10.1.srcaar
9+
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/13.0.0/firebase-analytics-unity-13.0.0.pom
10+
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/13.0.0/firebase-analytics-unity-13.0.0.srcaar
1111
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/maven-metadata.xml
1212
Assets/Plugins/iOS/Firebase/libFirebaseCppAnalytics.a
1313
Assets/Plugins/tvOS/Firebase/libFirebaseCppAnalytics.a

Firebase/Editor/FirebaseAnalytics_version-12.10.1_manifest.txt.meta renamed to Firebase/Editor/FirebaseAnalytics_version-13.0.0_manifest.txt.meta

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

Firebase/Plugins/Firebase.Analytics.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-116 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)