mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-10 22:30:56 +00:00
17 lines
290 B
Markdown
17 lines
290 B
Markdown
|
|
# Firebase CLI Setup
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
You can install the Firebase CLI using npm. You will need to have Node.js and npm installed.
|
||
|
|
|
||
|
|
```shell
|
||
|
|
npm install -g firebase-tools
|
||
|
|
```
|
||
|
|
|
||
|
|
## Authentication
|
||
|
|
|
||
|
|
After installation, you need to log in with your Google account.
|
||
|
|
|
||
|
|
```shell
|
||
|
|
firebase login
|
||
|
|
```
|