[docs] Update quick-start.md (#2727)

fix type
This commit is contained in:
Karl
2019-10-14 21:37:36 +01:00
committed by Mike Diarmid
parent 2fed4a9b38
commit 5302efb7a2

View File

@@ -22,7 +22,7 @@ yarn add @react-native-firebase/auth
The Authentication package provides a JavaScript API which mimics the Firebase Web SDK.
Import the Analytics package into your project:
Import the Authentication package into your project:
```js
import auth from '@react-native-firebase/auth';