Développez-le dans votre propre projet.
Utilisez les mêmes exemples SDK que les pages produit de Bird, puis fournissez à votre agent de codage un brief incluant les chemins d'erreur que vous avez pratiqués.
Exercice interactif · Anglais
Keep everyone in the same moment.
Your operations team changes an order. Your customer’s tracking screen should change with it.
Cet exercice dans le navigateur simule des messages. Votre travail reste ici jusqu'à ce que vous partiez. Connectez-vous pour sauvegarder votre progression et vos évaluations.
Résultat de l'exercice
Your practice output will appear here.
Afficher un indice
Connect the customer screen first. Change the status to Shipped and publish the event.
Un brief pour votre agent de codage
# Build with Bird: Realtime Read these current sources before proposing an implementation: - Send your first realtime event: https://bird.com/docs/get-started/send-your-first-realtime-event - Realtime: https://bird.com/products/realtime ## Task Help me implement Realtime in my project. First inspect the application and identify the relevant server, framework and existing Bird integration. Confirm the exact workflow and supported surface against the linked documentation. Some operations are available only in the dashboard. Do not invent endpoints or derive API contracts from a learning simulation. ## Implementation Use the official Bird SDK or CLI where supported. Keep credentials on the server and request the smallest necessary permissions. Follow the channel's documented test procedure before proposing any external send or production change. Keep request acceptance separate from delivery. For incoming events, verify signatures using the original request body, deduplicate stable identifiers, and apply valid state transitions. Respect recipient preferences and channel requirements. ## Acceptance Show the implementation and relevant tests. Exercise the documented failure paths, invalid signatures and duplicate events where applicable. Explain any dashboard steps or missing prerequisites. Ask for approval before sending to real recipients or changing production.