Files
react-native-firebase/docs/utils/index.md
2019-08-21 16:07:01 +01:00

31 lines
688 B
Markdown

---
title: Utils
description: The Utils package provides public access to internal methods to aide with development
---
# Utils
The Utils package provides a public JavaScript interface to internal functionality that has been created as part of the
development of the React Native Firebase library.
## Getting Started
<Grid columns="2">
<Block
icon="build"
color="#ffc107"
title="Quick Start"
to="/quick-start"
>
Start using the utilities in your own application.
</Block>
<Block
icon="layers"
color="#03A9F4"
title="Reference"
to="/reference"
>
The API reference covers everything required to use the utils within your own application.
</Block>
</Grid>