From 0f70b5f14902373d3c4431dea521456e1ea5b663 Mon Sep 17 00:00:00 2001 From: antongisli Date: Tue, 10 Dec 2024 20:45:30 +0530 Subject: [PATCH] Update SELF_HOST.md --- SELF_HOST.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SELF_HOST.md b/SELF_HOST.md index 46e08db95..29b358693 100644 --- a/SELF_HOST.md +++ b/SELF_HOST.md @@ -116,6 +116,14 @@ If you’d like to test the crawl endpoint, you can run this: This section provides solutions to common issues you might encounter while setting up or running your self-hosted instance of Firecrawl. +### API key errors when using the firebase SDK + +**Symptom** +SDK errors when trying to connect to self hosted firebase instance because of missing API key. + +**Explanation** +The SDKs are designed to connect to the firebase SaaS. The SDKs require an api key value to be provided. Providing an empty value e.g. "" will not work. You can get around it by supplying e.g. "somevalue". + ### Supabase client is not configured **Symptom:**