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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)