File tree 2 files changed +33
-7
lines changed
2 files changed +33
-7
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 3
3
A collection of quickstart samples demonstrating the Firebase APIs using the Javascript SDK. For more information, see https://firebase.google.com .
4
4
5
5
Samples available:
6
- - [ Auth] ( auth )
6
+ - [ Auth] ( auth/README.md )
7
7
- Anonymous Auth
8
8
- Custom Auth
9
9
- Phone Auth using a visible ReCaptcha
10
10
- Phone Auth using an invisible ReCaptcha
11
11
- Phone Auth using popup
12
- - [ Google Auth in a Chrome Extension] ( auth/chromextension )
12
+ - [ Google Auth in a Chrome Extension] ( auth/chromextension/README.md )
13
13
- Facebook auth using Facebook login button
14
14
- Facebook auth using Firebase popup
15
15
- Facebook auth using Firebase redirect
@@ -20,13 +20,13 @@ Samples available:
20
20
- Twitter auth using Firebase redirect
21
21
- GitHub auth using Firebase popup
22
22
- 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 )
26
26
- Simple Rating App
27
- - [ Storage] ( storage )
27
+ - [ Storage] ( storage/README.md )
28
28
- Upload a file to Firebase Storage and display its URL
29
- - [ Messaging] ( messaging )
29
+ - [ Messaging] ( messaging/README.md )
30
30
- Send notifications
31
31
32
32
## How to make contributions?
You can’t perform that action at this time.
0 commit comments