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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user