mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 19:11:34 +08:00
40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
---
|
|
title: Utils
|
|
description: The Utils package exports several utilities that assist with using React Native Firebase in your app.
|
|
---
|
|
|
|
# Utils
|
|
|
|
The Utils package exports several utilities that assist with using React Native Firebase in your app.
|
|
|
|
## Getting Started
|
|
|
|
> This module automatically comes with the `@react-native-firebase/app` package, there are no additional steps required to install it.
|
|
|
|
<Grid columns="2">
|
|
<Block
|
|
icon="build"
|
|
color="#ffc107"
|
|
title="Quick Start"
|
|
to="/quick-start"
|
|
>
|
|
Quick guide to using the utilities in your own application.
|
|
</Block>
|
|
<Block
|
|
icon="layers"
|
|
color="#03A9F4"
|
|
title="Reference"
|
|
to="/reference"
|
|
>
|
|
The API reference documentation for the Utils module.
|
|
</Block>
|
|
</Grid>
|
|
|
|
## Learn more
|
|
|
|
Our documentation is a great place to start, however if you're looking for more help or want to help others,
|
|
check out the resources below:
|
|
|
|
- [Stack Overflow](https://stackoverflow.com/questions/tagged/react-native-firebase-utils)
|
|
- [Github Issues](https://github.com/invertase/react-native-firebase/labels/API%3A%20Utils)
|