mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-10 22:03:38 +08:00
53 lines
2.8 KiB
Markdown
53 lines
2.8 KiB
Markdown
<p align="center">
|
|
<a href="https://invertase.io/oss/react-native-firebase">
|
|
<img width="160px" src="https://i.imgur.com/JIyBtKW.png"><br/>
|
|
</a>
|
|
<h4 align="center">React Native Firebase - Utils</h2>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://api.rnfirebase.io/coverage/utils/detail"><img src="https://api.rnfirebase.io/coverage/utils/badge?style=flat-square" alt="Coverage"></a>
|
|
<a href="https://www.npmjs.com/package/@react-native-firebase/utils"><img src="https://img.shields.io/npm/dm/@react-native-firebase/utils.svg?style=flat-square" alt="NPM downloads"></a>
|
|
<a href="https://www.npmjs.com/package/@react-native-firebase/utils"><img src="https://img.shields.io/npm/v/@react-native-firebase/utils.svg?style=flat-square" alt="NPM version"></a>
|
|
<a href="/LICENSE"><img src="https://img.shields.io/npm/l/react-native-firebase.svg?style=flat-square" alt="License"></a>
|
|
<a href="#backers"><img src="https://opencollective.com/react-native-firebase/backers/badge.svg?style=flat-square" alt="Backers on Open Collective"></a>
|
|
<a href="#sponsors"><img src="https://opencollective.com/react-native-firebase/sponsors/badge.svg?style=flat-square" alt="Sponsors on Open Collective"></a>
|
|
<a href="https://discord.gg/C9aK28N"><img src="https://img.shields.io/discord/295953187817521152.svg?logo=discord&style=flat-square&colorA=7289da&label=discord" alt="Chat"></a>
|
|
<a href="https://twitter.com/rnfirebase"><img src="https://img.shields.io/twitter/follow/rnfirebase.svg?style=social&label=Follow" alt="Follow on Twitter"></a>
|
|
</p>
|
|
|
|
----
|
|
|
|
> This is for the upcoming v6.0.0 release of React Native Firebase, please use the [react-native-firebase](https://www.npmjs.com/package/react-native-firebase) package instead, unless you're early adopting/testing the new packages - in which case please use the latest alpha/beta/next tag release on npm and not the `latest` tagged release for this package.
|
|
|
|
A collection of utilities to aid in using Firebase and related services inside React Native, e.g. Test Lab helpers and Google Play Services version helpers.
|
|
|
|
[> Learn More](https://firebase.google.com/products/utils/)
|
|
|
|
## Installation
|
|
|
|
Requires `@react-native-firebase/app` to be installed.
|
|
|
|
```bash
|
|
yarn add @react-native-firebase/utils
|
|
react-native link @react-native-firebase/utils
|
|
```
|
|
|
|
## Documentation
|
|
|
|
- [Guides](https://invertase.io/oss/react-native-firebase/guides?tags=utils)
|
|
- [Installation](https://invertase.io/oss/react-native-firebase/v6/utils)
|
|
- [Reference](https://invertase.io/oss/react-native-firebase/v6/utils/reference)
|
|
|
|
## License
|
|
|
|
- See [LICENSE](/LICENSE)
|
|
|
|
----
|
|
|
|
Built and maintained with 💛 by [Invertase](https://invertase.io).
|
|
|
|
- [💼 Hire Us](https://invertase.io/hire-us)
|
|
- [☕️ Sponsor Us](https://opencollective.com/react-native-firebase)
|
|
- [👩💻 Work With Us](https://invertase.io/jobs)
|