FaceWork
Espace entreprise
FW
Utilisateur
Entreprise
← Retour au tutoriel
Guide

Supabase (optionnel)

Activer Auth + base + Storage pour une vraie appli multi‑utilisateurs.

Rappel : la config se fait via supabase/schema.sql, supabase/storage.sql et js/env.js.
Exemple de config (env.js)
window.FW_ENV = window.FW_ENV || {
  SUPABASE_URL: "https://xxxx.supabase.co",
  SUPABASE_KEY: "sb_publishable_...",
  SUPABASE_BUCKET: "facework",
  SUPABASE_COMPANY: "Entreprise",
};
Info