Home / GuideGuides / Per iniziareGetting startedPer iniziare · 3 minGetting started · 3 min

Collegare il club a EA Sports FCLink your club to EA Sports FC

Cerca su Next gen e Old gen, gestisci i casi 'club già preso', importa la rosa al primo sync.Search Next gen and Old gen, handle 'club already taken' cases, import the roster on first sync.

Il club EA Sports FC e' la fonte automatica delle statistiche di Mondo FC: ogni partita 11 vs 11 online del club viene importata senza intervento manuale, con goal, assist, voti, MOTM e composizione squadra. Per attivarlo basta una ricerca.

The EA Sports FC club is the automatic source for Mondo FC stats: every 11-v-11 online match of the club gets imported without manual steps, with goals, assists, ratings, MOTM and lineup. A single search activates it.

1. Da dove parte la ricerca1. Where to search from

Puoi collegare il club EA in due momenti: durante l'onboarding del team (riquadro Cerca il tuo club EA) oppure piu' tardi, da Mondo FC → Club dentro l'app, cliccando Cambia / Collega club. La ricerca e' la stessa: due o piu' caratteri nel nome del club, debounce di 250 ms, lista risultati che arriva da una edge function Supabase chiamata search-ea-clubs.

You can link the EA club in two places: during team onboarding (the Search your EA club box) or later from Mondo FC → Club inside the app, via Change / link club. The search is the same: type two or more characters of the club name, 250 ms debounce, results from a Supabase edge function called search-ea-clubs.

2. Next gen e Old gen, cercati insieme2. Next gen and Old gen, queried together

EA espone due cataloghi separati: common-gen5 per le console di nuova generazione (PS5, Xbox Series, PC) e common-gen4 per quelle di vecchia generazione (PS4, Xbox One). ElevenBase cerca su entrambe in parallelo e ti mostra i risultati uniti, indicando per ogni risultato la piattaforma con un badge Next gen o Old gen. Scegli quello giusto: vinco/pareggi/sconfitte e statistiche poi seguono solo quel club.

EA exposes two separate catalogues: common-gen5 for new-gen consoles (PS5, Xbox Series, PC) and common-gen4 for old-gen (PS4, Xbox One). ElevenBase queries both in parallel and merges results, badging each row with Next gen or Old gen. Pick the right one: wins/draws/losses and stats will only follow that club going forward.

Caso tipico: due club con lo stesso nome ma piattaforma diversa. Sceglili sbagliato? Da Mondo FC → Club puoi staccare e ricollegare al volo, le partite verranno reimportate dal nuovo club.Common case: two clubs with the same name on different platforms. Picked the wrong one? From Mondo FC → Club you can detach and re-link, and matches will be re-imported from the new club.

3. "Club gia' associato"3. "Club already associated"

Un club EA puo' essere collegato a un solo team su ElevenBase. Se provi a sceglierne uno gia' preso, ricevi un errore esplicito che riporta il nome del club, l'ID e l'invito a scrivere a coach@elevenbase.pro se ritieni si tratti di un errore. Il check viene fatto via RPC is_ea_club_taken prima di creare il team.

An EA club can be linked to a single ElevenBase team. If you try to pick one that's already taken, you get an explicit error with the club name, ID and an invite to email coach@elevenbase.pro if you think it's a mistake. The check runs via the is_ea_club_taken RPC before team creation.

4. Cosa succede al primo collegamento4. What happens on first link

  1. ElevenBase salva ea_club_id e ea_platform sul team.ElevenBase stores ea_club_id and ea_platform on the team.
  2. Lancia la edge function sync-ea-club: scarica partite recenti, members del club e snapshot statistiche.Triggers the sync-ea-club edge function: pulls recent matches, club members and stats snapshot.
  3. Crea uno stub player per ogni membro EA, con ea_account_handle pre-popolato. Puoi poi rinominarli e assegnare ruolo e numero di maglia.Creates a player stub for each EA member, with ea_account_handle pre-populated. You can rename them later and assign role and shirt number.

5. Sync periodici5. Periodic syncs

Dopo il primo collegamento un cron Supabase rilegge le partite e aggiorna i dati a intervalli regolari. Se vuoi forzare un import subito, in Mondo FC hai Importa snapshot EA e Sincronizza ora come azioni manuali.

After the first link, a Supabase cron job re-reads matches and refreshes data on a regular interval. To force an import now, in Mondo FC use Import EA snapshot and Sync now as manual actions.


Hai un dubbio o trovi un errore? Scrivici a coach@elevenbase.pro o leggi le altre guide.Stuck or spotted a mistake? Email coach@elevenbase.pro or browse the other guides.