sveltefire icon indicating copy to clipboard operation
sveltefire copied to clipboard

Cybernetically enhanced Firebase apps

Results 68 sveltefire issues
Sort by recently updated
recently updated
newest added

I'm integrating `sveltefire` into a project based off of your [Svelte/Electron template](https://github.com/codediodeio/electron-forge-svelte) (which is awesome, by the way!). However, when I initialize Firebase, I get the following warning: ``` @firebase/app:...

It'd be nice to add an example ( supplemented by security rules) on authentication. Something like MVP of twitter

Opening an issue to determine the best way to work with Firebase in Sapper. Currently, bundling with rollup leads to issues that seem related to https://github.com/firebase/firebase-js-sdk/issues/1797 One possible solution is...

help wanted

The documentation should be expanded with common UI patterns. - User Auth Methods - Collection pagination and queries - Common Firestore join patterns

documentation

Heya, I'm getting the error mentioned in the title @0.1.4. Here's the full trace: ``` internal/modules/cjs/loader.js:337 throw err; ^ Error: Cannot find module '[…]/node_modules/sveltefire/dist/index.js'. Please verify that the package.json has...

In the setup below, `deckData` is coming from the `let:data` of a parent component, which is also a ``. I'm wondering if this setup supposed to update the `{data}` when...

Firebase analytics are initialized when they're unsupported resulting in the following error: ``` Uncaught (in promise) FirebaseError: Analytics: Environment doesn't support IndexedDB: A mutation operation was attempted on a database...

Hi Jeff, again a very nice package. Just wanted to know is there a way I can use multiple firebase projects inside the API. When I don't pass the firebase...

documentation