svelte-adapter-firebase icon indicating copy to clipboard operation
svelte-adapter-firebase copied to clipboard

SvelteKit adapter for Firebase Hosting rewrites to Cloud Functions for a Svelte SSR experience

Results 23 svelte-adapter-firebase issues
Sort by recently updated
recently updated
newest added

Kit is moving towards `1.0` very quickly with lots of breaking changes. Multiple releases are happening each day with many breaking changes day to day at the moment. I will...

### Describe the Bug The README is really confusing and all over the place. It is really difficult to understand the process of setting up the project. ### Steps to...

bug

### Describe the Bug Firebase 11.19.0 (dec/2022): running `firebase init` with functions setup generates the following snippet: ```json "functions": [ { "source": "functions", "codebase": "default", "ignore": ["node_modules", ".git", "firebase-debug.log", "firebase-debug.*.log"]...

bug

### Describe the problem Gen 2 firebase functions require different imports and syntax in the `functions/index.js` file, which is seamless to edit and use with this library. That said, perhaps...

enhancement

### Describe the Bug When running ``npm run build`` I get the following error: ``` error during build: Error: Error: Required "functions.source" field is missing from Firebase Configuration file. at...

bug

### Describe the problem I suggest adding a word about cookies. This is not per say a svelte-adapter-firebase issue, but it took me days of investigating why my cookies were...

enhancement

### Describe the Bug Hey, maybe you can help, but I know it's not directly related to your script but I'm not sure were to start. I have a sveltkit...

bug

### Describe the Bug The documentation in `README.md` guides users to use `esbuildBuildOptions` to configure esbuild. However the code actually uses `esbuildOptions` : https://github.com/jthegedus/svelte-adapter-firebase/blob/main/src/index.js#L20 ### Steps to Reproduce 1. Add...

bug

### Describe the Bug I think this may be an issue with sveltekit but since this repository represents the blend of sveltekit and firebase it seemed like an appropriate place...

bug

### Describe the Bug The default code output to the CLI seems to assume that `functions` is defined -- I don't have any server side functions / I was starting...

bug
documentation