mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 20:10:05 +08:00
[docs] added misc new doc files plus related todo's
This commit is contained in:
@@ -26,7 +26,7 @@ console.log("storageBucket", defaultApp.options.projectId);
|
||||
```
|
||||
|
||||
|
||||
TODO api ref docs:
|
||||
<!-- TODO api ref docs: -->
|
||||
|
||||
- name: String
|
||||
- options: Object
|
||||
|
||||
4
docs/core/config-default-app.md
Normal file
4
docs/core/config-default-app.md
Normal file
@@ -0,0 +1,4 @@
|
||||
<!-- TODO -->
|
||||
|
||||
### Enable Database Persistence
|
||||
|
||||
5
docs/core/config-rnfirebase.md
Normal file
5
docs/core/config-rnfirebase.md
Normal file
@@ -0,0 +1,5 @@
|
||||
<!-- TODO -->
|
||||
### Log Options
|
||||
|
||||
### Debug Options
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
# Firebase
|
||||
|
||||
TODO api ref docs:
|
||||
|
||||
- apps(): Array<FirebaseApp>
|
||||
- app(): FirebaseApp
|
||||
- initializeApp(): FirebaseApp
|
||||
- setLogLevel()
|
||||
- SDK_VERSION: String
|
||||
- googleApiAvailability: Object
|
||||
<!-- TODO api ref docs -->
|
||||
<!-- TODO - apps(): Array<FirebaseApp> -->
|
||||
<!-- TODO - app(): FirebaseApp -->
|
||||
<!-- TODO - initializeApp(): FirebaseApp -->
|
||||
<!-- TODO - setLogLevel() -->
|
||||
<!-- TODO - SDK_VERSION: String -->
|
||||
<!-- TODO - googleApiAvailability: Object -->
|
||||
|
||||
Reference in New Issue
Block a user