DEV Community

Pauline-momanyi
Pauline-momanyi

Posted on • Updated on

Firebase

Backend as a Service (BaaS) is what comes to my mind when a front end developer says they want to integrate backend services without actually writing code. This is to allow them concentrate on the front end. React is a front end javascript library for building user interface components. It has gained so much popularity due to its declarative nature, eliminating most of the heavy lifting from the developer.
To integrate Firebase into our React app, we need to first get the web configuration object and then use it to initialize Firebase in our react app. Firebase includes services such as authentication and authorization and provision of firestore database to store data.

Top comments (0)