issues
search
SHPEUCF
/
shpeucfapp
SHPE UCF Mobile Application
https://tech.shpeucf.com
MIT License
12
stars
25
forks
source link
Realtime updates
#250
Closed
idelmr
closed
3 years ago
idelmr
commented
3 years ago
Description
Remove promises that wrapped Firebase Realtime listener functions that prevented realtime updated on changes to database.
Created
cloneDeepWithout
function to fix firebase update errors that prevented updating when the entire object is deleted.
Rename
changeLevels
function to
changeLevelsPosition
to account for committee levels function.
Types of changes
[x] Bug fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] Other
Checklist:
[ ] My code follows the code style of this project found on
Contribution guidelines
.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
Description
cloneDeepWithout
function to fix firebase update errors that prevented updating when the entire object is deleted.changeLevels
function tochangeLevelsPosition
to account for committee levels function.Types of changes
Checklist: