-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·22 lines (22 loc) · 894 Bytes
/
package.json
File metadata and controls
executable file
·22 lines (22 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.google.firebase.messaging",
"version": "13.3.0",
"displayName": "Firebase Cloud Messaging",
"keywords": [
"Google",
"Firebase",
"Cloud Messaging",
"Messaging",
"vh-name:FirebaseMessaging",
"vh-name:Firebase Cloud Messaging"
],
"author": {
"name": "Google LLC",
"url": "https://firebase.google.com/docs/cloud-messaging/unity/client"
},
"description": "Send targeted messages and notifications.\n\nCloud Messaging gives you a reliable and battery-efficient way to send messages and notifications across platforms. You can target your messages to certain segments of players and customize them to suit your game's brand. You can also gauge their effectiveness with statistics like click rate, open rate, and the downstream effect on conversions.",
"unity": "2020.1",
"dependencies": {
"com.google.firebase.app": "13.3.0"
}
}