Skip to content

Commit

Permalink
Edit gitignore and updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
50Fifty committed Dec 22, 2023
1 parent c59c464 commit 0251821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ typings/
.env

# results of unit tests
functions/tests/unit-tests/results
tests/unit-tests/results

# extensions folder
extensions/
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,11 @@ To install this extension, you first need to [set up a Firebase project](https:/

`git clone https://github.com/50Fifty/auth-scheduled-backup`

2. Navigate to the `functions` folder and install dependencies:

`cd functions`
2. Install dependencies:

`npm install`

4. Navigate back to the `auth-scheduled-backup` folder and install the extension into your local Firebase project (you will be prompted to select a project during installation):

`cd ..`
4. Install the extension into your local Firebase project (you will be prompted to select a project during installation):

`firebase ext:install .`

Expand Down

0 comments on commit 0251821

Please sign in to comment.