Skip to content

Commit 96087ac

Browse files
authored
Configure for firebaseopensource.com (#182)
1 parent 149898b commit 96087ac

File tree

2 files changed

+33
-7
lines changed

2 files changed

+33
-7
lines changed

.opensource/project.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "Firebase Quickstarts for Web",
3+
"type": "sample",
4+
5+
"platforms": [
6+
"Web"
7+
],
8+
9+
"content": "README.md",
10+
11+
"subprojects": [],
12+
13+
// Other markdown pages that should be rendered nicely
14+
"pages" : [
15+
"auth/README.md",
16+
"auth/chromextension/README.md",
17+
"database/README.md",
18+
"firestore/README.md",
19+
"messaging/README.md",
20+
"storage/README.md"
21+
],
22+
23+
"related": [],
24+
25+
"tags": []
26+
}

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
A collection of quickstart samples demonstrating the Firebase APIs using the Javascript SDK. For more information, see https://firebase.google.com.
44

55
Samples available:
6-
- [Auth](auth)
6+
- [Auth](auth/README.md)
77
- Anonymous Auth
88
- Custom Auth
99
- Phone Auth using a visible ReCaptcha
1010
- Phone Auth using an invisible ReCaptcha
1111
- Phone Auth using popup
12-
- [Google Auth in a Chrome Extension](auth/chromextension)
12+
- [Google Auth in a Chrome Extension](auth/chromextension/README.md)
1313
- Facebook auth using Facebook login button
1414
- Facebook auth using Firebase popup
1515
- Facebook auth using Firebase redirect
@@ -20,13 +20,13 @@ Samples available:
2020
- Twitter auth using Firebase redirect
2121
- GitHub auth using Firebase popup
2222
- GitHub auth using Firebase redirect
23-
- [Database](database)
24-
- Simple Social Blogging app
25-
- [Firestore](firestore)
23+
- [Database](database/README.md)
24+
- Simple Social Blogging app
25+
- [Firestore](firestore/README.md)
2626
- Simple Rating App
27-
- [Storage](storage)
27+
- [Storage](storage/README.md)
2828
- Upload a file to Firebase Storage and display its URL
29-
- [Messaging](messaging)
29+
- [Messaging](messaging/README.md)
3030
- Send notifications
3131

3232
## How to make contributions?

0 commit comments

Comments
 (0)