aboutsummaryrefslogtreecommitdiff
path: root/src/actions/firebaseAdmin.js
AgeCommit message (Collapse)Author
2018-11-06Made multiple changes, fixing typos and a major bug with showing divisons.Michael Foiani
2018-09-15Created way to update accounts with username. On signin, it updates the ↵Michael Foiani
account. Also made some changed to admin console.
2018-09-15Created way to get user data for admins, except for username. May need to ↵Michael Foiani
change database or figure something out.
2018-09-13Fixed bugs with competitions. Also, allowed for stats divison to bee seen by ↵Michael Foiani
admin for competition. Lastly, fixed some errors with admin controls after logging out.
2018-08-19Making small improvements to increase security and make the admin console ↵Michael Foiani
smoother.
2018-08-13Tried many things to try to fix the glitch. I was successful. Yay! 5 hours ↵Michael Foiani
of debugging a bug is finally over. :)
2018-08-13Attempting to fix issue with building and serving. I believe it was a ↵Michael Foiani
semicolon I missed in the actions of the app.js.
2018-08-13Trying to fix error with bulding. App works on local host but not on ↵Michael Foiani
delpoyed and built app.
2018-08-13Now deletes img from storage after use. Done with basic img backend stuff.Michael Foiani
2018-08-13Trying to find ways to get img in firebase storage to show in admin panel ↵Michael Foiani
when viewing requests.
2018-08-05Updated backend code using getState() to use new store.Michael Foiani
2018-08-04Separated firebaseAdmin's actions and reducers into their respective files.Michael Foiani