generated from RageAgainstThePixel/google-package-archive-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·21 lines (21 loc) · 978 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "com.google.firebase.installations",
"version": "12.5.0",
"displayName": "Firebase Installations",
"keywords": [
"Google",
"Firebase",
"Installations",
"vh-name:FirebaseInstallations",
"vh-name:Firebase Installations"
],
"author": {
"name": "Google LLC",
"url": "https://firebase.google.com/docs/reference/unity/namespace/firebase/installations"
},
"description": "The Firebase installations service (FIS) provides a Firebase installation ID (FID) for each installed instance of a Firebase app. The Firebase installation ID is used internally by Firebase services such as In-App Messaging or Remote Config without requiring developers to interact directly with the FIS API. Using this API, a developer can delete a Firebase installation and the data tied to it, target specific app installations, and retrieve installation auth tokens.",
"unity": "2020.1",
"dependencies": {
"com.google.firebase.app": "12.5.0"
}
}