In this article, we'll build a Google Docs clone using React, Material UI, and Firebase. If we click any document, it will open up and we can edit them however we need to. If two people are working on the same document, their progress will be reflected in both instances.
Table of contents
Basic Project SetupHow to Install Material UIHow to Add Firebase to Our AppHow to Add Docs Data to the Firestore DatabaseHow to Read the Data from FirebaseHow to Get the ID and Redirect to the Edit Docs PageHow to Update the DocumentHow to Get the Data Back from the Database to the EditorHow to Add Some StylingConclusion1 Comment
Sort: