Skip to content

Commit a431cc2

Browse files
committed
firebaseopensource.com
1 parent 6c61d5a commit a431cc2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.opensource/project.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Firebase Testing Quickstarts",
3+
"platforms": [
4+
"Android",
5+
"iOS",
6+
"Web",
7+
"Node"
8+
],
9+
"content": "README.md",
10+
"pages" : {
11+
"manual-emulator-testing/README.md": "Manual emulator testing",
12+
"unit-test-cloud-functions/README.md": "Unit test Cloud Functions",
13+
"unit-test-security-rules/README.md": "Unit test Security Rules"
14+
},
15+
"related": [
16+
"firebase/firebase-functions-test",
17+
"firebase/firebase-tools"
18+
]
19+
}
20+

0 commit comments

Comments
 (0)