WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

pluscubed/plustimer-react

Repository files navigation

plusTimer PWA

Put Firebase config object in src/utils/firebaseConfig.js

Live at https://timer.pluscubed.com

Firestore data model:

users └--$userID : {profile: {wca: {...} }} ├--puzzles | └--$puzzleID : {name: string , categories: [string-$categoryID]} └--solves └--$solveID : { puzzle: string-$puzzleID category: string-$categoryID timestamp: Timestamp penalty: number - 0/1/2 time: number scramble: string }