lllShamanlll / shadow-firebase

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

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


Languages

Language:Clojure 72.9%Language:CSS 18.9%Language:HTML 8.2%