AeroRadar LiveFlight Search Index

Firestore Timetable Search

Preloaded flight details, visible as you type.

This page reads the same public Firestore timetable index used by AeroRadar search suggestions. Type a flight prefix to see airline, route, departure time, arrival time, and data freshness before a live provider override arrives.

Search by flight number

Flight prefix lookup

Prefix queries are capped at 25 rows per request by Firestore rules. The app uses these rows for fast predictive display, then replaces them when live provider data supplies a newer exact match.

Visible rows 0 Rows currently rendered from Firestore.
Airlines 0 Unique airline names in the visible set.
Routes 0 Unique origin-destination pairs in view.
Index date -- Waiting for Firestore.
Connecting to Firestore
Flight Airline Route Departure Arrival Index Source
Loading flight search index...

How to read this page

Rows come from the daily `aeroradarFlightSearchIndex` Firestore collection. They are timetable predictions, not live operational truth. In the mobile app, an exact live-provider flight result wins over these indexed rows, which preserves fast typing while still allowing live status, gate, terminal, and provider updates to take precedence.