File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments