mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-19 23:40:20 +08:00
31 lines
694 B
Markdown
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>
|