forked from firebase/FirebaseUI-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
40 lines (33 loc) · 911 Bytes
/
Copy pathproject.json
File metadata and controls
40 lines (33 loc) · 911 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
{
"name": "FirebaseUI for Android",
"parent": "firebaseui",
"type": "library",
"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" : [
"auth/README.md",
"database/README.md",
"storage/README.md",
"firestore/README.md",
"docs/upgrade-to-2.0.md",
"docs/upgrade-to-3.0.md"
],
// Related projects on Github, in the format $owner/$repo[/$subproject]
// where subproject is optional.
"related": [
"firebase/firebaseui-ios",
"firebase/firebaseui-web"
],
"tags": [
"firebase-auth",
"firebase-database",
"firebase-firestore",
"firebase-storage"
]
}