Example using firestorable: Timesheets
A dummy implementation of a timesheet application allows users to track their work. See the source code of this example or open the online demo of this example.
The main goal of this repo is to demonstrate the use of firestorable.
To run your own version of this application, you'll need your own firebase project.
Once you have a firebase project. Link it with this application.
First make sure you are authenticated with firebase.
firebase login
Next, use your desired firebase project by running the following in the terminal.
firebase use --add
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.