# Firebase

Firebase provides a set of services for mobile applications. The services include Performance Tracking, TestLab, Storage, Authentication etc.

One good thing is that each of these services are published as sub-specs so you can pick and choose the capabilities that you want.eg: `Firebase/Auth`, `Firebase/Core`, `Firebase/PerformanceMonitoringetc.`

### Remote Config

Allows the configuration of the app to change based on users / segments etc. Equivalent to LaunchDarkly

### Performance Tracking

* Provides automatic performance tracking for network calls
  * You can also track specific actions using `Performance.startTrace`, `Performance.incrementCounter`and `Performance.stop`

#### Test Lab <a href="#test-lab" id="test-lab"></a>

<https://firebase.google.com/docs/test-lab/>


---

# 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://kb.annjose.com/mobile-dev/firebase.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.
