svelte-adapter-firebase
svelte-adapter-firebase copied to clipboard
SvelteKit adapter for Firebase Hosting rewrites to Cloud Functions for a Svelte SSR experience
:robot: I have created a release \*beep\* \*boop\* --- ### [0.14.2](https://www.github.com/jthegedus/svelte-adapter-firebase/compare/v0.14.1...v0.14.2) (2022-08-07) ### Bug Fixes * **#172:** Remove reference to obsoleted `writeStatic` ([#173](https://www.github.com/jthegedus/svelte-adapter-firebase/issues/173)) ([9a990a0](https://www.github.com/jthegedus/svelte-adapter-firebase/commit/9a990a00667b5f2197915d8b380593a5a05d306b)) * Pass rendered.headers to writeHead as...
### Describe the Bug Following the setup instructions on a fresh SvelteKit demo project with the pinned versions from the compatibility table I get the following error upon doing `yarn...
### Describe the problem Firebase have recently added features which will impact the development of this Adapter. 1: codebases - allow the configuration of multiple folders of functions. This would...
Am i to understand correctly that this SvelteKit Adapter only works **if** you chose to deploy all your cloud functions to `us-central1` ?
I am sure the quality of the JSDoc could be improved. We should investigate using this eslint plugin to help: - https://github.com/gajus/eslint-plugin-jsdoc
### Describe the problem See if this needs to be used - https://github.com/sveltejs/kit/pull/1924/ ### Describe the proposed solution NA ### Alternatives considered NA ### Importance would make my life easier
**Is your feature request related to a problem? Please describe.** The use of the Firebase Client SDK and Firebase Admin SDK is confusing for a lot of people. **Describe the...
**Is your feature request related to a problem? Please describe.** There are 5 stages during the dev > build > test > deploy cycle for SvelteKit apps. These can be...
**Is your feature request related to a problem? Please describe.** To better express some of the file shuffling and the architecture of the deployment, include some images. **Describe the solution...
**Describe the bug** TypeScript may cause issues because our SvelteKit app is already built when the build output lands in `functions/lib//`. How should this be recommended to users? If they...