Files
Download whatsapp-cloneLive demo: here
Steps (for pinterest-demo)
1. After download, unzip the file and open it in your compiler (eg; vscode)
2. Open it using a localhost. And done!
Steps (for pinterest-clone)
1. After download, unzip the file and open it in your compiler (eg; vscode)
2. Open it up static folder and navigate to js folder. Open the javascript file over there and search for firebase initialization sdk and replace the default with your firebase sdk.
3. Navigate to your firebase account with the rules of firestore, firebase database and cloud storage as public.
4. Create an email method of authentication by navigating to "authentication", enable the method and..
5. Navigate to project setting to copy the SDK and place where:
VITE_FB_API_KEY:"AIzaSyA2WI_QlnTCMjHy25wrOaApF72unDo_SJg",
VITE_FB_AUTH_DOMAIN:"wecreate-social.firebaseapp.com",
VITE_FB_PROJECT_ID:"wecreate-social",
VITE_FB_STORAGE_BUCKET:"wecreate-social.appspot.com",
VITE_FB_MESSAGING_SENDER_ID:"559663647966",
VITE_FB_APP_ID:"1:559663647966:web:dfcc860b45fb750fbe064f",
VITE_FB_MEASUREMENT_ID:"G-Y68Z3GE3E9"