Stream Form TypeSense to Flutter: Possible Solutions
TLDR Shane looked for update guidance on stream form TypeSense to Flutter. Jason advised that TypeSense does not offer streaming updates, suggesting polling as a workaround.
Nov 02, 2023 (3 weeks ago)
Shane
12:31 AMShane
12:32 AMJason
04:35 PMShane
04:38 PMJason
04:54 PMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Resolving Issues with Firebase Extension and Typesense Configuration
Ernie sought clarification on how to handle the Firebase Extension and typesense collection configuration issues. Jason explained how to correctly specify the path and refresh the page to see updated data. After applying the advice given, Ernie successfully saw the changes.
Converting Future to Stream in Flutter/Dart App
Shane asked how to set up a Stream for a search in their Flutter/Dart app. Harpreet suggested using `Stream.fromFuture` constructor.
Typesense Firestore Real-Time Update Query
DomijKu required help with real-time updates on frontend when backends changes occur. Jason, CaptainCodeman and Loic explained triggering updates via direct subscription to Firestore, cloud function triggers, and stream subscriptions. Loic recommended switching to Typesense for searches beyond 20 documents.