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
Copy file name to clipboardExpand all lines: docs/resources/Projects/how-to-create-find-organize-projects.md
+166-2Lines changed: 166 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,188 @@ toc_max_heading_level: 5
7
7
## How to Create a Project
8
8
To create a new project, go to the Dashboard and click the “Create New” button in the upper right corner. This will open the “Create Project” window where you can choose to start with a template app or a blank project. Name the project and then select a blank project or template.
9
9
10
+
<imgsrc="../../../static/img/create-new-project.avif"alt="Create New Project" />
11
+
10
12
During project creation, you can access a three-step "Project Setup" window, which is optional. If you prefer to bypass this, simply click "Skip." All setup options will remain accessible under “Settings and Integrations” → “Firebase” → Wizard hat icon.
11
13
12
14
## How to Find Projects
13
-
Navigate to the Project Dashboard to view all your projects. You can search for specific projects using the search bar. Narrow your search scope with the dropdown menu next to the search bar:
15
+
Navigate to the Project Dashboard to view all your projects. You can search for specific projects using the search bar.
16
+
17
+
<div style={{
18
+
position: 'relative',
19
+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Ensures the aspect ratio plus additional padding
To create a tag, click the orange “Tag” button or access it via the three dots in the upper right corner of a project panel, then select “Add Tag”. Tags help categorize and filter your projects for easier management.
22
80
81
+
<div style={{
82
+
position: 'relative',
83
+
paddingBottom: 'calc(56.48535564853556% + 41px)', // This maintains the aspect ratio plus extra padding at the bottom
colorScheme: 'light', // Property names in style objects should be in camelCase in JSX
97
+
border: 'none' // Assuming you might want to remove the default border
98
+
}}
99
+
frameBorder="0"
100
+
loading="lazy"
101
+
webkitAllowFullScreen
102
+
mozAllowFullScreen
103
+
allowFullScreen
104
+
allow="clipboard-write">
105
+
</iframe>
106
+
</div>
107
+
108
+
23
109
### **Adding Tags to Projects**
24
110
Add a tag to a project by clicking the three dots in the upper right corner of the project panel and selecting a tag. Each project can have only one tag.
111
+
<div style={{
112
+
position: 'relative',
113
+
paddingBottom: 'calc(56.48535564853556% + 41px)', // Adjusts padding to maintain the desired aspect ratio and additional padding
When a tag is selected, your projects list will filter to show only those projects associated with that tag. This filter can be combined with the search bar to refine your project search further.
140
+
<div style={{
141
+
position: 'relative',
142
+
paddingBottom: 'calc(56.72268907563025% + 41px)', // This setup ensures the aspect ratio plus additional padding
0 commit comments