Setting Up Typesense Server for Flutter and Firebase App
TLDR Arsham needed help setting up a server for Typesense. Viktor suggested Managed Hosting and shared how to deploy a container, also shared Typesense's Docker image and mentioned potential need for data syncing. Andrew offered help with Flutter Fire.
Jan 07, 2023 (9 months ago)
Arsham
02:09 PMViktor
04:00 PMIf you still want to self-host there are plenty of cloud providers where you can quite easily spin up container. AWS and GCP are the big ones, but I would recommend DigitalOcean if you want something simpler to get started with. Here they have a guide for deploying a container. Here is the link to the Typesense docker image.
I suppose you would want a backend service that syncs the data from Firebase to Typesense that runs periodically
Andrew
04:37 PMAndrew
04:38 PMTypesense
Indexed 2779 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.
Understanding and Implementing Typesense Dart Library with Flutter
Alexandro sought help with the Typesense Dart library. Jason explained that the library is in progress, discussed utilizing other HTTP libraries, and provided detailed instructions on utilizing Typesense with Flutter. Alexandro provided feedback on the Typesense UI and expressed interest in creating a tutorial video.
Deploying Typesense with Firebase in a GKE Cluster
Christian needed help using Typesense with Firebase in a GKE cluster. Jason confirmed the process and linked a discussion on Typesense execution on Kubernetes.