#community-help

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.

Powered by Struct AI
5
9mo
Solved
Join the chat
Jan 07, 2023 (9 months ago)
Arsham
Photo of md5-0323dfc4e115d3fd5f4f8275c5cebec3
Arsham
02:09 PM
I am using Flutter and Firebase for my app and I am very interested in using Typesense for the search function. However, I am new to self-hosting and I am not sure how to set up the server for my use-case in the most efficient way possible. Is there someone who could help me with that?
Viktor
Photo of md5-972da58c82de3b38862220702e852eda
Viktor
04:00 PM
They have a managed hosting solution that is really neat.

If 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
Photo of md5-7766f890de99fa72a6d81315691a6758
Andrew
04:37 PM
I've been doing the clusters for a while, i dont know anything about self hosting but if you have any flutter fire questions id be down to help
04:38
Andrew
04:38 PM
Also if you do clusters, the have a firebase extension that auto syncs collections.