# Firebase config

Firebase is used for storing your offline data. It syncs across your devices when logging in with the same account. Firebase is also used for pushing notification later versions. After finishing this step, you can mostly complete the getting start of the guide.

You need to get the fire base ID and replay from the **App/Common/Config.js**

The id could be get from the Firebase Dashboard or the database page:

![](/files/-LHCMuxiDNWgclabTXNK)

Example: beonews-ef22f.firebaseio.com

**And make sure enable the options for authentication from Firebase:**

![](/files/-LHCMztv2hKOCtTlRDYw)


---

# 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://inspireui.gitbook.io/beonews/advance-customize/firebase-config.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.
