Skip to content

Commit a7f2373

Browse files
authored
Add opensource project config file (#1025)
1 parent ba9167d commit a7f2373

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.opensource/project.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "FirebaseUI for Android",
3+
"parent": "firebaseui",
4+
"type": "library",
5+
6+
"platforms": [
7+
"Android"
8+
],
9+
10+
"content": "README.md",
11+
12+
// These are relative paths in the same repo,
13+
// each of these paths must have a .opensource/project.json
14+
"subprojects": [],
15+
16+
// Other markdown pages that should be rendered nicely
17+
"pages" : [
18+
"auth/README.md",
19+
"database/README.md",
20+
"storage/README.md",
21+
"firestore/README.md",
22+
"docs/upgrade-to-2.0.md",
23+
"docs/upgrade-to-3.0.md"
24+
],
25+
26+
// Related projects on Github, in the format $owner/$repo[/$subproject]
27+
// where subproject is optional.
28+
"related": [
29+
"firebase/firebaseui-ios",
30+
"firebase/firebaseui-web"
31+
],
32+
33+
"tags": [
34+
"firebase-auth",
35+
"firebase-database",
36+
"firebase-firestore",
37+
"firebase-storage"
38+
]
39+
}
40+

0 commit comments

Comments
 (0)