mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-12 22:39:15 +08:00
[skip ci] docs
This commit is contained in:
@@ -8,6 +8,7 @@ description: Manually integrate Crashlytics into your Android application.
|
||||
> The following steps are only required if your environment does not have access to React Native
|
||||
auto-linking.
|
||||
|
||||
|
||||
> If you're migrating from Fabric ensure you remove the `fabric.properties` file from your android project - if you do not do this you will not receive crash reports on the Firebase console.
|
||||
|
||||
## TODO
|
||||
|
||||
@@ -54,7 +54,7 @@ function forceCrash() {
|
||||
|
||||
Crashlytics supports sending JavaScript stack traces to the Firebase console. This can be used in any situations
|
||||
where an error occurs but is caught by your own code as a bailout method. To
|
||||
send a stack trace, pass a [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error)
|
||||
send a stack trace, pass a [JavaScript Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error)
|
||||
to the `recordError` method.
|
||||
|
||||
```js
|
||||
|
||||
@@ -5,21 +5,26 @@ description: React Native Firebase version 6.x.x module index
|
||||
|
||||
# Version 6.x.x
|
||||
|
||||
- [Admob](/admob):
|
||||
- [Analytics](/analytics):
|
||||
- [Authentication](/authentication):
|
||||
- [Cloud Firestore](/firestore):
|
||||
- [Cloud Functions](/functions):
|
||||
- [Cloud Messaging](/messaging):
|
||||
- [Cloud Storage](/storage):
|
||||
- [Core / App](/app):
|
||||
- [Crashlytics](/crashlytics):
|
||||
- [Realtime Database](/database):
|
||||
- [Dynamic Links](/links):
|
||||
- [Instance ID](/iid):
|
||||
- [Invites](/invites):
|
||||
- [Notifications](/notifications):
|
||||
- [Remote Config](/config):
|
||||
- [Performance Monitoring](/perf):
|
||||
## Supported Versions
|
||||
|
||||
React Native Firebase requires the following platform versions:
|
||||
|
||||
| Platform | Minimum Version |
|
||||
|--------------------------------------------------------------|-----------------|
|
||||
| React Native | 0.60.0 |
|
||||
| Android API | 16 |
|
||||
| iOS | 10.0 |
|
||||
|
||||
## Firebase Modules
|
||||
|
||||
Each Firebase module is published as it's own package on [NPM](https://www.npmjs.com/) can be
|
||||
individually installed using [`Yarn`](https://yarnpkg.com/lang/en/). Please refer to the quick start guide
|
||||
for installation instructions on each individual module page.
|
||||
|
||||
> The main package that you interface with is App (@react-native-firebase/app)
|
||||
|
||||
| Module | Downloads | Coverage |
|
||||
|--------------------------------------------------------------|-----------|----------|
|
||||
| <Anchor version href="/admob">AdMob</Anchor> | | |
|
||||
| <Anchor version href="/analytics">Analytics</Anchor> | | |
|
||||
| | | |
|
||||
|
||||
Reference in New Issue
Block a user