Firebase is free* tool (platform, set of tools) for fast developing mobile and web apps. In one sentence: Firebase is a Backend-as-a-Service — BaaS.
Core modules of fire base:
Analytics
Authentication – auth with Login/Facebook/Google/Twitter/Github
Realtime Database – real time NoSQL DB
Cloud Storage
Test Lab – (only Android) there You can send your app for remote test
Cloud Messaging – push notifications
Functions – (in beta) allows u to write backed functions in JS
AdMob - menetyzations
...and more less usage modules (from my perspective).
Since Google took Firebase in 2014 they integrate platform with almost all theirs products, for example GCM (google cloud messaging) is now deprecated because of FCM (firebase cloud messaging).