Instagram Clone Setup Guide
Instagram Clone Setup Guide
1. Project Setup
2. Firebase Setup
Firebase Authentication (for Google and Email/Password sign-in), and Firebase Storage.
```js
```
Step 1: Authentication
Set up user authentication using Firebase Authentication (Google, Email/Password). You can use Firebase's
Use Firestore to store posts, comments, and likes. You can store the image in Firebase Storage and store
Run $ firebase init and choose 'Hosting'. Connect it to your Firebase project.