# Firebase Integration

[Firebase](https://console.firebase.google.com/?pli=1) is a platform that got acquired by Google and has a healthy and active community. Most users in this community are web and mobile developers as Firebase can help with mobile analytics, push notification, crash reporting and out of the box provides email as well as social authentication.

Here are some modules that we integrated with Zapes app:

* Mobile Analytics
* Notification
* Crash reporting

You can fully refer steps by step at the link below:

<https://rnfirebase.io/docs/v5.x.x/installation/initial-setup>

<https://blog.jscrambler.com/integrating-firebase-with-react-native/>

Thank you.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zinisoft-net.gitbook.io/zapes/get-started-1/firebase-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
