0
0
Çatalla 1
şunun yansıması https://github.com/A6-9V/MQL5-Google-Onedrive.git eşitlenme: 2026-04-11 17:59:15 +00:00
MQL5-Google-Onedrive/docs/Firebase_CLI_setup.md

17 satır
290 B
Markdown
Ham Kalıcı Bağlantı Normal Görünüm Geçmiş

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