- google authentication, manage your own google docs, powered with enhanced editor
Preview : https://google-docs-rebuild.vercel.app
-
Clone the repo
git clone https://github.com/Ankit628792/GoogleDocs-Rebuild.git
-
Install NPM packages
npm install
-
Setup authentication and firestore in firebase with your google account. Get Google_ID and Google_SECRET_KEY from firebase
-
Enter your Google_ID and Google_SECRET_KEY
.env
in root folderGOOGLE_CLIENT_ID = 'ENTER YOUR GOOGLE_ID'; GOOGLE_CLIENT_ID = 'ENTER YOUR GOOGLE_DECRET_KEY'; NEXTAUTH_URL = 'http://localhost:3000'