File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " FirebaseUI for iOS" ,
3+ "parent" : " firebaseui" ,
4+ "type" : " library" ,
5+
6+ "platforms" : [
7+ " iOS"
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+ " FirebaseAuthUI/README.md" ,
19+ " FirebaseDatabaseUI/README.md" ,
20+ " FirebaseStorageUI/README.md" ,
21+ " FirebaseFirestoreUI/README.md"
22+ ],
23+
24+ // Related projects on Github, in the format $owner/$repo[/$subproject]
25+ // where subproject is optional.
26+ "related" : [
27+ " firebase/firebaseui-android" ,
28+ " firebase/firebaseui-web"
29+ ],
30+
31+ "tags" : [
32+ " firebase-auth" ,
33+ " firebase-database" ,
34+ " firebase-firestore" ,
35+ " firebase-storage"
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments