<br />

Cloud Firestoreoffers a number of integrations with open-source libraries in addition to the client and server libraries covered in the documentation. These integrations are often implemented by developers that have usedCloud Firestoreand want to bring it to their favorite framework.

The following integrations have been implemented in partnership with theCloud Firestoreteam.

## AngularFire

**Platform:**Web

[AngularFire](https://github.com/angular/angularfire2)is an Angular library for Firebase. With AngularFire andCloud Firestore, you can add your data to documents and collections, query data, and enable offline access to data.

[Read the Docs](https://github.com/angular/angularfire2/tree/master/docs/firestore)

## FirebaseUI

**Platforms:**Android, iOS

Use the FirebaseUI libraries for[Android](https://github.com/firebase/FirebaseUI-Android/)and[iOS](https://github.com/firebase/FirebaseUI-iOS/)to bind data from yourCloud Firestoredatabase to your app's UI.

[Read the iOS Docs](https://github.com/firebase/FirebaseUI-iOS/blob/master/README.md)[Read the Android Docs](https://github.com/firebase/FirebaseUI-android/blob/master/README.md)

## React Native Firebase

**Platforms**: Android, Apple

[React Native Firebase](https://rnfirebase.io/)is the officially recommended React Native library for Firebase. However, it is not covered by Firebase support. Learn more about what you can do with React Native andCloud Firestorein[Getting started with Cloud Firestore on React Native](https://rnfirebase.io/firestore/usage).

[Read the Docs](https://rnfirebase.io/docs)
| **Don't see your favorite framework here?** If you're interested in implementing an integration that bringsCloud Firestoreto your favorite framework, reach out on our[Slack channel](https://firebase.community/)or[StackOverflow](https://stackoverflow.com/questions/tagged/firebase).