You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out the website: [𝙻𝚎𝚎𝚝𝙲𝚘𝚍𝚎 𝙿𝚛𝚘𝚏𝚒𝚕𝚎𝚜](https://leetcode-profiles.vercel.app/)
17
+
Check out the website: [𝙻𝚎𝚎𝚝𝙲𝚘𝚍𝚎 𝙿𝚛𝚘𝚏𝚒𝚕𝚎𝚜](https://leetcode-profiles-delta.vercel.app/)
18
18
19
19
20
20
## 🛠️ Installation Steps
@@ -27,80 +27,24 @@ Check out the website: [𝙻𝚎𝚎𝚝𝙲𝚘𝚍𝚎 𝙿𝚛𝚘𝚏𝚒
27
27
- Enter the name of your new branch in the text box. (Branch names usually make a reference to what is being changed. Example: `FixMargin`).
28
28
- Click on `Create branch <new branch name>` and this will automatically take you to your new branch. You can make edits on the main branch, but this may cause issues down the line. Best practice is to create a new branch for each separate issue you work on. That way, your `main` branch remains in sync with `leetcode-profiles``main` branch.
29
29
30
-
### 3. Setup Firebase:
31
-
- Below are the steps to setup firebase.
32
-
33
-
### 4. Edit:
30
+
### 3. Edit:
34
31
- Do the desired changes, you want.
35
32
36
-
### 5. Raise a Pull Request:
33
+
### 4. Raise a Pull Request:
37
34
- And finally, create a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)!
38
35
- Great job!
39
36
40
37
41
-
## Setting up Firebase
42
-
43
-
1.**Firebase Account Setup:**
44
-
- Sign up for a free Firebase account at [Firebase Console](https://console.firebase.google.com/).
45
-
46
-
2.**Create a Firebase Project:**
47
-
- Create a new Firebase project via the Firebase Console.
48
-
49
-
3.**Add Firebase to your web app:**
50
-
- Set up the firebase for your webapp and then Add Firebase SDK.
51
-
52
-
4.**Create Database(firestore Database)**
53
-
54
-
5.**Create a collection with the file format below (not necessary):**
0 commit comments