---
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>
