mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-11 00:08:40 +08:00
32 lines
741 B
Markdown
32 lines
741 B
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>
|