-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into version-3.1.1-dev
Change-Id: I16434325d6c07953f23a7d67a3d66f10bcea7eab
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters