Skip to content

Commit 324a830

Browse files
Update upmsync.yml
0 parents  commit 324a830

File tree

65 files changed

+3780
-0
lines changed

Some content is hidden

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

65 files changed

+3780
-0
lines changed

CHANGELOG.md

Lines changed: 1934 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: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Get Started with Firebase Cloud Messaging
2+
=========================================
3+
4+
Thank you for installing the Firebase Cloud Messaging Unity SDK. The
5+
[Cloud Messaging guide](https://firebase.google.com/docs/cloud-messaging/unity/client)
6+
provides instructions to configure a Unity project.
7+
8+
# Overview
9+
10+
You can use
11+
[Firebase Cloud Messaging](https://firebase.google.com/products/cloud-messaging/)
12+
to push notifications and data messages to iOS and Android clients.
13+
The [Firebase console](https://console.firebase.google.com) provides an
14+
interface for sending notifications to devices via a range of targeting
15+
parameters like audiences defined in Google Analytics.
16+
17+
# Using the Sample
18+
19+
This SDK is distributed with a sample project under the
20+
`Assets/Firebase/Sample/Messaging` directory. To configure and run the sample,
21+
follow the instructions in `Assets/Firebase/Sample/Messaging/readme.md`.
22+
23+
# Demos
24+
25+
[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo
26+
which showcases the integration of multiple Firebase features within a single
27+
game. The source is available on
28+
[GitHub](https://github.com/google/mechahamster), and the live application
29+
is available for iOS on the
30+
[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4)
31+
and for Android on the
32+
(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].
33+
34+
# Links
35+
36+
* [Homepage](https://firebase.google.com/games/)
37+
* [Contact](https://firebase.google.com/support/contact/)
38+
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)
39+
40+
# Discussion
41+
42+
* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
43+
* [Slack community](https://firebase-community.slack.com/)
44+
* [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.
7.5 KB
Binary file not shown.

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

Firebase/Editor/Firebase.Messaging.Editor.pdb.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.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Assets/Firebase/Editor/Firebase.Messaging.Editor.dll
2+
Assets/Firebase/Editor/Firebase.Messaging.Editor.pdb
3+
Assets/Firebase/Editor/Messaging/FirebaseMessagingActivityGenerator.asmdef
4+
Assets/Firebase/Editor/Messaging/FirebaseMessagingActivityGenerator.cs
5+
Assets/Firebase/Editor/MessagingDependencies.xml
6+
Assets/Firebase/Plugins/Android/firebase-messaging-cpp.aar
7+
Assets/Firebase/Plugins/Firebase.Messaging.dll
8+
Assets/Firebase/Plugins/Firebase.Messaging.pdb
9+
Assets/Firebase/Plugins/iOS/Firebase.Messaging.dll
10+
Assets/Firebase/Plugins/iOS/Firebase.Messaging.pdb
11+
Assets/Firebase/Plugins/x86_64/FirebaseCppMessaging.bundle
12+
Assets/Firebase/Plugins/x86_64/FirebaseCppMessaging.dll
13+
Assets/Firebase/Plugins/x86_64/FirebaseCppMessaging.so
14+
Assets/Firebase/m2repository/com/google/firebase/firebase-messaging-unity/12.5.0/firebase-messaging-unity-12.5.0.pom
15+
Assets/Firebase/m2repository/com/google/firebase/firebase-messaging-unity/12.5.0/firebase-messaging-unity-12.5.0.srcaar
16+
Assets/Firebase/m2repository/com/google/firebase/firebase-messaging-unity/maven-metadata.xml
17+
Assets/Plugins/iOS/Firebase/libFirebaseCppMessaging.a
18+
Assets/Plugins/tvOS/Firebase/libFirebaseCppMessaging.a
19+
Assets/package.json

0 commit comments

Comments
 (0)