Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrismwilliams/svelte-todo
Svelte & firebase to-do app
https://github.com/chrismwilliams/svelte-todo
bulma firebase rxjs svelte todoapp
Last synced: 27 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T07:35:32.000Z (over 1 year ago)
- Last Synced: 2023-07-13T08:41:42.733Z (over 1 year ago)
- Topics: bulma, firebase, rxjs, svelte, todoapp
- Language: Svelte
- Homepage:
- Size: 442 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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 |