forked from firebase/quickstart-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
43 lines (36 loc) · 1006 Bytes
/
project.json
File metadata and controls
43 lines (36 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "Firebase Quickstarts for Android",
"parent": "quickstarts",
"type": "sample",
"platforms": [
"Android"
],
"content": "README.md",
// These are relative paths in the same repo,
// each of these paths must have a .opensource/project.json
"subprojects": [],
// Other markdown pages that should be rendered nicely
"pages" : [
"admob/README.md",
"analytics/README.md",
"app-indexing/README.md",
"auth/README.md",
"config/README.md",
"crash/README.md",
"database/README.md",
"dynamiclinks/README.md",
"firestore/README.md",
"functions/README.md",
"invites/README.md",
"messaging/README.md",
"perf/README.md",
"storage/README.md"
],
// Related projects on Github, in the format $owner/$repo[/$subproject]
// where subproject is optional.
"related": [
"firebase/quickstart-android",
"firebase/quickstart-js"
],
"tags": []
}