All Projects → jacekschae → shadow-firebase

jacekschae / shadow-firebase

Licence: other
shadow-cljs and firebase using google auth and persisting state to realtime database

Programming Languages

clojure
4091 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to shadow-firebase

codesunaba
A simple ClojureScript code sandbox in your browser.
Stars: ✭ 18 (-30.77%)
Mutual labels:  reagent, shadow-cljs
rn-shadow-steroid
React Native with shadow-cljs on steroids
Stars: ✭ 57 (+119.23%)
Mutual labels:  reagent, shadow-cljs
learn-re-frame-course-files
🎦 Learn re-frame course files for building Cheffy app
Stars: ✭ 51 (+96.15%)
Mutual labels:  reagent, shadow-cljs
reagent-shadow-cljs-starter
A minimal starter pack for Reagent-based projects
Stars: ✭ 29 (+11.54%)
Mutual labels:  reagent, shadow-cljs
shadow-reagent
Starting point for ClojureScript apps with shadow-cljs, proto-repl, and reagent.
Stars: ✭ 35 (+34.62%)
Mutual labels:  reagent, shadow-cljs
ui-gorilla
Reagent UI renderer for data visualization.
Stars: ✭ 14 (-46.15%)
Mutual labels:  reagent, shadow-cljs
re-frame-realword-example-app
Exemplary real world application built with Clojurescript and re-frame
Stars: ✭ 16 (-38.46%)
Mutual labels:  reagent
breaking-point
BREAKING-POINT lets you quickly define and subscribe to screen (i.e. window) breakpoints in your re-frame application
Stars: ✭ 36 (+38.46%)
Mutual labels:  reagent
re-frame-semantic-ui-react-github-widget
Using semantic-ui-react with re-frame - sample project
Stars: ✭ 21 (-19.23%)
Mutual labels:  reagent
reagent-quill
Basic reagent recipe for quill rich text editor
Stars: ✭ 16 (-38.46%)
Mutual labels:  reagent
compound
A micro structure for reframe data
Stars: ✭ 116 (+346.15%)
Mutual labels:  reagent
Antizer
ClojureScript library for Ant Design React UI components
Stars: ✭ 234 (+800%)
Mutual labels:  reagent
goldly
dynamic web dashboards with clojure
Stars: ✭ 21 (-19.23%)
Mutual labels:  reagent
ornament
Clojure Styled Components
Stars: ✭ 92 (+253.85%)
Mutual labels:  reagent
threeagent
ClojureScript library for building Three.js apps in a reagent-like fashion
Stars: ✭ 124 (+376.92%)
Mutual labels:  reagent
sitefox
Node + cljs backend web framework
Stars: ✭ 180 (+592.31%)
Mutual labels:  shadow-cljs
quinto
a board game lost to the sands of time
Stars: ✭ 27 (+3.85%)
Mutual labels:  reagent
entitydb
EntityDB library
Stars: ✭ 19 (-26.92%)
Mutual labels:  reagent
baking-soda
baking-soda is an interface between clojurescript's reagent and reactstrap (i.e., bootstrap 4 react components) and react-bootstrap (i.e., bootstrap 3 react components)
Stars: ✭ 74 (+184.62%)
Mutual labels:  reagent
tailwind-hiccup
tailwindcss + hiccup = 👍👍
Stars: ✭ 34 (+30.77%)
Mutual labels:  reagent

shadow-cljs + firebase

Example showing authentication with Google Auth and persistence with realtime database using JS SDK wrapped in Clojure functions

Demo

Demo

Setup And Run

Copy repository

git clone [email protected]:jacekschae/shadow-firebase.git && cd shadow-firebase

Install dependencies

yarn install || npm install

Run dev server

yarn dev || npm run dev

Compile an optimized version

yarn release || npm run release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].