1
0
Fourche 0
MQL5-Google-Onedrive/docs/Firebase_CLI_setup.md

17 lignes
290 o
Markdown
Brut Lien permanent Vue normale Historique

# 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
```