We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f159e commit f83c621Copy full SHA for f83c621
.opensource/project.json
@@ -8,12 +8,7 @@
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",
@@ -24,18 +19,10 @@
24
"docs/upgrade-to-4.0.md"
25
20
26
21
27
- // Related projects on Github, in the format $owner/$repo[/$subproject]
28
- // where subproject is optional.
29
22
"related": [
30
23
"firebase/firebaseui-ios",
31
"firebase/firebaseui-web"
32
- ],
33
34
- "tags": [
35
- "firebase-auth",
36
- "firebase-database",
37
- "firebase-firestore",
38
- "firebase-storage"
39
]
40
- }
+
+}
41
0 commit comments