feat: update global auto-trades and dependencies

- Downgrade Firebase SDK to v10 for stability
- Implement global auto-trades tracking in Firestore
- Add advanced trading settings to AutoTradingView
- Enhance server-side Deriv data fetching logic
This commit is contained in:
desartstudio95
2026-06-03 16:09:12 -07:00
parent f9db0f1bfa
commit 8788d7c1e6
6 changed files with 290 additions and 56 deletions
+5
View File
@@ -132,6 +132,11 @@ service cloud.firestore {
allow read, write: if true;
}
// Global Auto Trades Collection
match /global_auto_trades/{document=**} {
allow read, write: if true;
}
// --- Telegram Active Signals (Usado pelo background worker) ---
match /telegram_active_signals/{document=**} {
allow read, write: if true;