Files
react-native-firebase/docs/analytics/index.md
2019-04-08 12:34:48 +01:00

73 lines
2.2 KiB
Markdown

---
title: Analytics
description: Google Analytics for Firebase is a free app measurement solution that provides insight on app usage and user engagement.
---
# Analytics
The analytics module provides out of the box support with Google Analytics for Firebase.
Integration with the Android & iOS allows for in-depth analytical insight reporting, such as
device information, location, user actions and more.
<Youtube id="8iZpH7O6zXo" />
## Install
To get started, install the module on your platform. Analytics works out of the box once installed!
<Grid columns="2">
<Block
title="Android"
to="/{{ version }}/analytics/installation#android"
>
Follow the Android installation guide.
</Block>
<Block
title="iOS"
to="/{{ version }}/analytics/installation#ios"
>
Follow the iOS installation guide.
</Block>
</Grid>
## Getting Started
<Grid>
<Block
icon="multiline_chart"
color="#2196f3"
title="Tips & Recommendations"
to="/{{ version }}/analytics/tips-and-recommendations"
>
Gaining insight into your users behaviour is critical to app success. We've collated a list of our
tips and recommendation for every app you build.
</Block>
<Block
icon="block"
color="#f44336"
title="Reserved Events"
to="/{{ version }}/analytics/reserved-events"
>
Firebase Analytics automatically tracks certain events which cannot be overridden. Understanding
what events are provided out of the box is a great place to start.
</Block>
<Block
icon="layers"
color="#03A9F4"
title="Reference"
to="/{{ version }}/analytics/reference"
>
Take advantage of the simple reference API for analytics and gain more insight into your application and
users.
</Block>
</Grid>
## Learn more
Our documentation is a great place to start, however if you're looking for more help or want to help others,
check out the resources below:
- [Stack Overflow](https://stackoverflow.com/questions/tagged/react-native-firebase-analytics)
- [Github Issues](https://github.com/invertase/react-native-firebase/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aanalytics+)
- [Firebase Documentation](https://firebase.google.com/docs/analytics?utm_source=invertase&utm_medium=react-native-firebase&utm_campaign=analytics)