0
0
Fourche 1
miroir de https://github.com/A6-9V/MQL5-Google-Onedrive.git synchronisé 2026-04-11 06:10:57 +00:00
MQL5-Google-Onedrive/docs/Firebase_CLI_setup.md
google-labs-jules[bot] 0a79237849 feat: Add documentation for CLI tools
This commit adds documentation for the installation and setup of the following CLI tools:
- Jules CLI
- Cursor CLI
- Firebase CLI
- Docker CLI
- GitHub CLI

The documentation is located in the `docs` directory.
2025-12-27 05:43:07 +00:00

17 lignes
290 o
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
```