Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2024
1 parent 101c38b commit 80229ff
Show file tree
Hide file tree
Showing 40 changed files with 2,259 additions and 2,250 deletions.
3,761 changes: 1,885 additions & 1,876 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CHANGELOG.md.meta

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

106 changes: 53 additions & 53 deletions Documentation~/index.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
Get Started with Google Analytics for Firebase
==============================================

Thank you for installing the Unity Google Analytics for Firebase SDK. The
[Analytics guide](https://firebase.google.com/docs/analytics/unity/start)
provides instructions to configure a Unity project.

# Overview

[Google Analytics for Firebase](https://firebase.google.com/products/analytics/)
collects usage and behavior data for your game.

The SDK logs two primary types of information:
* *Events*. What is happening in your game, such as user actions, system events,
or errors.
* *User properties*. Attributes you define to describe segments of your user
base, such as language preference or geographic location.

Google Analytics automatically logs some events and user properties; you don't
need to add any code to enable them. If your app needs to collect additional
data, you can set up to 25 different Analytics user properties and log up to
500 different Analytics event types in your app. There is no limit on the total
volume of events your app logs.

# Using the Sample

This SDK is distributed with a sample project under the
`Assets/Firebase/Sample/Analytics` directory. To configure and run the sample,
follow the instructions in `Assets/Firebase/Sample/Analytics/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 Google Analytics for Firebase
==============================================

Thank you for installing the Unity Google Analytics for Firebase SDK. The
[Analytics guide](https://firebase.google.com/docs/analytics/unity/start)
provides instructions to configure a Unity project.

# Overview

[Google Analytics for Firebase](https://firebase.google.com/products/analytics/)
collects usage and behavior data for your game.

The SDK logs two primary types of information:
* *Events*. What is happening in your game, such as user actions, system events,
or errors.
* *User properties*. Attributes you define to describe segments of your user
base, such as language preference or geographic location.

Google Analytics automatically logs some events and user properties; you don't
need to add any code to enable them. If your app needs to collect additional
data, you can set up to 25 different Analytics user properties and log up to
500 different Analytics event types in your app. There is no limit on the total
volume of events your app logs.

# Using the Sample

This SDK is distributed with a sample project under the
`Assets/Firebase/Sample/Analytics` directory. To configure and run the sample,
follow the instructions in `Assets/Firebase/Sample/Analytics/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)

4 changes: 2 additions & 2 deletions Firebase/Editor/AnalyticsDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ FirebaseAnalytics iOS and Android Dependencies.

<dependencies>
<iosPods>
<iosPod name="Firebase/Analytics" version="10.28.1" minTargetSdk="8.0">
<iosPod name="Firebase/Analytics" version="11.0.0" minTargetSdk="13.0">
</iosPod>
</iosPods>
<androidPackages>
<androidPackage spec="com.google.firebase:firebase-analytics:22.0.2">
</androidPackage>
<androidPackage spec="com.google.firebase:firebase-analytics-unity:12.1.0">
<androidPackage spec="com.google.firebase:firebase-analytics-unity:12.2.0">
<repositories>
<repository>Assets/Firebase/m2repository</repository>
</repositories>
Expand Down
2 changes: 1 addition & 1 deletion Firebase/Editor/AnalyticsDependencies.xml.meta

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.Analytics.pdb
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.bundle
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.dll
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.so
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/12.1.0/firebase-analytics-unity-12.1.0.pom
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/12.1.0/firebase-analytics-unity-12.1.0.srcaar
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/12.2.0/firebase-analytics-unity-12.2.0.pom
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/12.2.0/firebase-analytics-unity-12.2.0.srcaar
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/maven-metadata.xml
Assets/Plugins/iOS/Firebase/libFirebaseCppAnalytics.a
Assets/Plugins/tvOS/Firebase/libFirebaseCppAnalytics.a
Expand Down

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

Binary file modified Firebase/Plugins/Firebase.Analytics.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/Firebase.Analytics.dll.meta

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

Binary file modified Firebase/Plugins/Firebase.Analytics.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/Firebase.Analytics.pdb.meta

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

Binary file modified Firebase/Plugins/iOS/Firebase.Analytics.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/iOS/Firebase.Analytics.dll.meta

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

Binary file modified Firebase/Plugins/iOS/Firebase.Analytics.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/iOS/Firebase.Analytics.pdb.meta

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

Binary file modified Firebase/Plugins/x86_64/FirebaseCppAnalytics.bundle
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/x86_64/FirebaseCppAnalytics.bundle.meta

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

Binary file modified Firebase/Plugins/x86_64/FirebaseCppAnalytics.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/x86_64/FirebaseCppAnalytics.dll.meta

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

Binary file modified Firebase/Plugins/x86_64/FirebaseCppAnalytics.so
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/x86_64/FirebaseCppAnalytics.so.meta

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-analytics-unity</artifactId>
<version>12.1.0</version>
<version>12.2.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-analytics-unity</artifactId>
<versioning>
<release>12.1.0</release>
<versions><version>12.1.0</version></versions>
<release>12.2.0</release>
<versions><version>12.2.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 80229ff

Please sign in to comment.