Firebase Firestore + SvelteKit + multi-tenancy example project
“SvelteKit Firebase Multi-Tenancy” is an example or proof-of-concept project that demonstrates how to use SvelteKit with Firebase Auth and Firestore. The project also includes integration with Tailwind CSS. It focuses on modeling Firestore for multi-tenancy.
To run the app:
Install the dependencies by running the following command:
pnpm i
Start the app and Firebase emulator by running the following command:
pnpm start
Please note that the app does not follow any recommended structure and only includes the minimal code required to make it work. The Firebase functions project included in the app is empty and does not include any cloud functions.
“SvelteKit Firebase Multi-Tenancy” is a project that demonstrates the use of SvelteKit with Firebase Auth and Firestore. It showcases how to model Firestore for multi-tenancy and includes integration with Tailwind CSS. The app uses Firebase emulator for Firestore and Firebase Auth locally. It provides code snippets and instructions for installation. However, it is important to note that the app does not handle any errors and only follows the happy path.