https://github.com/chrismwilliams/svelte-todo
Svelte & firebase to-do app
https://github.com/chrismwilliams/svelte-todo
bulma firebase rxjs svelte todoapp
Last synced: 12 days ago
JSON representation
Svelte & firebase to-do app
- Host: GitHub
- URL: https://github.com/chrismwilliams/svelte-todo
- Owner: chrismwilliams
- Created: 2019-05-30T07:48:20.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T09:48:56.000Z (over 1 year ago)
- Last Synced: 2025-03-29T07:05:25.839Z (about 1 month ago)
- Topics: bulma, firebase, rxjs, svelte, todoapp
- Language: Svelte
- Homepage:
- Size: 485 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte 3 To-Do application using firebase
Add your own firebase settings in `src/firebase.js`
## Firebase cloud db
| Collection | Document | Fields |
| ---------- | -------- | -------- |
| todos | uid | complete |
| # | # | name |
| # | # | created |