Files
freeCodeCamp/guide/english/cloud-development/firebase/index.md
S.Hale 3920b7c4ce Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00

36 lines
1005 B
Markdown

---
title: Firebase
---
## Firebase
![Firebase Logo](https://firebase.google.com/_static/558bc0d91d/images/firebase/lockup.png)
### Overview
Firebase, in its most basic form, was acquired by Google in October 2014. Since then, Google has acquired additional companies that complimented the original Firebase product. This selection of software tools now makes up the current selection of Firebase tools that are on offer today.
### Firebase Main Features
Firebase main features are grouped to 3 categories:
1. **Develop**
* Authentication
* Database
* Storage
* Hosting
* Function
* Test Lab
* Crash Reporting
* Performance
2. **Grow**
* Notifications
* Remote Config
* Dynamic Links
3. **Earn**
* AdMob
#### More Information:
- [Firebase](https://firebase.google.com/)
- [Wikipedia](https://en.wikipedia.org/wiki/Firebase)
- [Here](https://firebase.google.com/docs/samples/) you can find examples of how to use Firebase in your projects.