svelte-firekit 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Firekit is a powerful Firebase toolkit for SvelteKit applications, providing a comprehensive set of utilities, stores, and components for Firebase integration.
|
|
4
4
|
|
|
5
|
+
<h2>🚧 Under Development 🚧</h2>
|
|
6
|
+
|
|
7
|
+
<p>
|
|
8
|
+
Please note that this library is still under development. Although it's functional and can be used, some features might be incomplete or subject to changes.
|
|
9
|
+
</p>
|
|
5
10
|
## Features
|
|
6
11
|
|
|
7
12
|
- 🔥 **Firebase Integration** - Seamless Firebase setup and configuration
|