Channels
random-encounters
in-germany
bot-dark-forest
of-ai
in-sf
in-london
in-ontario
in-seattle
in-socal
in-alberta
of-functional-programming
reading-together
wormholes
of-end-user-programming
in-israel
of-music
present-company
of-logic-programming
share-your-work
devlog-together
introduce-yourself
thinking-together
in-boston
in-nyc
of-graphics
announcements
administrivia
two-minute-week
linking-together
Powered by
#share-your-work
Title
p
Pasha Sadri
09/15/2022, 5:21 AM
I’ve been adding more example SkyMass apps. This time it is the todo list app but backed by Firebase. The cool thing about this example is that it makes use of Firebase’s real time DB — If you open the app in multiple tabs, they will be kept in sync — all in ~100 SLoC Live Demo:
https://skymass.dev/app/skymass-demo/firebase-todolist
Source:
https://github.com/skymasshq/skymass-demo/blob/main/firebase_todolist.mjs
Post