File tree Expand file tree Collapse file tree 3 files changed +46
-6
lines changed Expand file tree Collapse file tree 3 files changed +46
-6
lines changed Original file line number Diff line number Diff line change 4
4
"platforms" : [
5
5
" Android"
6
6
],
7
- "content" : " README.md" ,
8
- "pages" : [
9
- " firebase-common/README.md" ,
10
- " firebase-firestore/README.md" ,
11
- " protolite-well-known-types/README.md"
12
- ],
7
+ "content" : " docs/README.md" ,
8
+ "pages" : {
9
+ "README.md" : " Development Guide" ,
10
+ "docs/ktx/firestore.md" : " Firestore KTX"
11
+ },
13
12
"related" : [
14
13
" firebase/quickstart-android"
14
+ ],
15
+ "tabs" : [
16
+ {
17
+ "title" : " Main Reference" ,
18
+ "href" : " https://firebase.google.com/docs/reference/android/"
19
+ },
20
+ {
21
+ "title" : " KTX Reference" ,
22
+ "href" : " https://firebase.github.io/firebase-android-sdk/reference/kotlin/firebase-ktx/"
23
+ }
15
24
]
16
25
}
Original file line number Diff line number Diff line change
1
+ # Firebase Android SDK
2
+
3
+ The Firebase SDK for Android is the official way to add Firebase to your
4
+ Android app. To get started, visit the [ setup instructions] [ android-setup ] .
5
+
6
+ ## Open Source
7
+
8
+ The following Firebase SDKs for Android are developed in this
9
+ repository:
10
+
11
+ * ` firebase-common `
12
+ * ` firebase-database `
13
+ * ` firebase-firestore `
14
+ * ` firebase-functions `
15
+ * ` firebase-inappmessaging-display `
16
+ * ` firebase-storage `
17
+
18
+ For more information on building the SDKs from source or contributing,
19
+ visit the [ main README] [ main-readme ] .
20
+
21
+ ## Kotlin Extensions
22
+
23
+
24
+
25
+ [ android-setup ] : https://firebase.google.com/docs/android/setup
26
+ [ main-readme ] : https://github.com/firebase/firebase-android-sdk/blob/master/README.md
Original file line number Diff line number Diff line change
1
+ # Firestore Kotlin Extensions
2
+
3
+ ```
4
+ // TODO: Finish this page
5
+ ```
You can’t perform that action at this time.
0 commit comments