Skip to content

Commit

Permalink
fix after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Nov 14, 2022
1 parent 0d50df1 commit d083278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Command Line Interface with admin rights for Firebase.Auth, Firebase.Firestore,

```bash
> export GOOGLE_APPLICATION_CREDENTIALS=/FULL_PATH_TO_YOUR_SERVICE_ACCOUNT.json
> firebase-admin-cli
> firebase-cli
```

![Firebase Admin CLI Screen](https://github.com/siarheidudko/firebase-admin-cli/raw/main/example.png "Firebase Admin CLI Screen")
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "firebase-admin-cli",
"description": "Cli for firebase project",
"version": "1.0.1",
"version": "1.0.2",
"author": "Siarhei Dudko <[email protected]>",
"license": "GPL-3.0",
"main": "bin/index.js",
"bin": {
"firebase-admin-cli": "./bin/firebase-admin-cli.js"
"firebase-cli": "./bin/firebase-cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit d083278

Please sign in to comment.