Files
react-native-firebase/docs/utils/index.md
2019-07-12 15:20:14 +01:00

31 lines
694 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>
<Block
icon="build"
color="#ffc107"
title="Quick Start"
to="/quick-start"
>
Install & integrate the utils functionality into your app or tests.
</Block>
<Block
icon="layers"
color="#03A9F4"
title="Reference"
to="/reference"
>
The API reference covers everything required to successfully monitor your apps performance.
</Block>
</Grid>