Revert "firebase integration"

This reverts commit dacc9ce2bc.
This commit is contained in:
2026-05-22 19:15:59 +02:00
parent dacc9ce2bc
commit 4c9a149325
6 changed files with 3 additions and 204 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ $t = $copy[$lang];
$allRecipes = load_recipes();
$slug = isset($_GET['slug']) ? trim($_GET['slug']) : '';
$recipeRaw = $slug ? load_recipe_by_slug($slug) : null;
$recipeRaw = $slug ? find_recipe_by_slug($allRecipes, $slug) : null;
$recipe = $recipeRaw ? localize_recipe($recipeRaw, $lang) : null;
$allRecipesLocal = localize_recipes($allRecipes, $lang);