-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Firebase DB #3
Comments
The project uses realtime db as you can see here
so yes, you need to create a firebase project by following firebase guide: https://firebase.google.com/docs/database/web/start, then update the setting here react-time-tracking/src/configureFirebase.js Lines 5 to 10 in 6552600
|
So all I need to do is make firebase project, update configureFirebase settings and that's it? How can I run my web app locally after that? |
@pinci996 Take a look at |
Hey,
never worked with firebase in-depth: isn't there a need to create a database in firebase in order to get this project working? What are the required settings here?
Thank you in advance
The text was updated successfully, but these errors were encountered: