sveltefire
sveltefire copied to clipboard
Cybernetically enhanced Firebase apps
A common case for pagination is when the sort field is not always unique. For example, the city field could be the same for many members of a club or...
When I'm using "StorageRef" inside "Collection" everything is run good BUT Once i change the "Collection" path i get this issue in console `TypeError: stop is not a function` pointing...
Hey there, Jeff! First of all, **thank you a ton** for this library, it's really amazing how fast you can build with it 🎉🎉 Overall, I feel like sveltefire's structure...
Hi Great library - found through premium membership of Fireship - many thanks Getting an upstream dependency conflict with 0.4.5. Could not resolve dependency: npm ERR! peer firebase@"^9.0.0" from [email protected]
Theres a pull request here https://github.com/codediodeio/sveltefire/pull/154 It just updates the dependency listing, it's super easy. Im begging you to merge it.
This PR addresses the concern raised in issue https://github.com/codediodeio/sveltefire/issues/159 where the Node and NodeList components were not being exported from the library. By merging this PR, users will be able...
I'm trying to use the Realtime Database using the `` component per the documentation here: https://sveltefire.fireship.io/rtdb/node-component But, when I import `Node` from `sveltefire` -- even before I try to use...