This article is a beginner guide on how to connect your React application to Firebase by building a simple TODO app.

A basic Todo app built on Material-UI React framework

Firebase helps you build Mobile and Web applications with a real-time database which means if one user updates a record in the database all the users who have subscribed to the data will get the updated data. This makes the developer’s job easy.

Say for example if you have to build a simple chat you need to have backend service, database, and WebSocket or you could use Firebase which will handle all the functionality required to build a real-time chat application.

#react #typescript #crud #firebase

How to Build a TODO App with Firebase, TypeScript and React
29.70 GEEK