generated from RageAgainstThePixel/google-package-archive-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·22 lines (22 loc) · 958 Bytes
/
package.json
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.database",
"version": "12.5.0",
"displayName": "Firebase Realtime Database",
"keywords": [
"Google",
"Firebase",
"Database",
"Realtime",
"vh-name:FirebaseDatabase",
"vh-name:Firebase Realtime Database"
],
"author": {
"name": "Google LLC",
"url": "https://firebase.google.com/docs/database/unity/start"
},
"description": "Store and sync data in near-realtime.\n\nRealtime Database is a cloud-hosted NoSQL database that lets you store and sync JSON data in near-realtime. It's optimized for very rapid syncing of small amounts of data.\n\nWhen your players go offline, the Realtime Database SDKs use local cache on the device to serve and store changes. When the device comes online, the local data is automatically synchronized so people can keep playing your game from where they left off.",
"unity": "2020.1",
"dependencies": {
"com.google.firebase.auth": "12.5.0"
}
}