Commit graph

16 commits

Author SHA1 Message Date
dependabot[bot]
5b37a6e169
Bump path-parse from 1.0.6 to 1.0.7 in /functions
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 23:08:11 +00:00
c415a2d139
Merge pull request #13 from AYM1607/dependabot/npm_and_yarn/functions/lodash.merge-4.6.2
Bump lodash.merge from 4.6.1 to 4.6.2 in /functions
2019-07-14 15:04:00 -05:00
dependabot[bot]
bb72a561dd
Bump lodash.merge from 4.6.1 to 4.6.2 in /functions
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 20:00:32 +00:00
dependabot[bot]
c40a7b6bac
Bump lodash from 4.17.11 to 4.17.14 in /functions
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 20:00:08 +00:00
560b40ca3b Finished the new event screen 2019-04-27 21:47:00 -05:00
2eeed6b287 Added extra field check for done in firebase function 2019-04-27 19:30:35 -05:00
09555aeadf Extracted the list building on the events screen to a separate method, updated the firebase function to handle updates on the "done" field in tasks 2019-04-27 19:24:56 -05:00
40e91caf47 Added docs for the [pendingTasksUpdater] firebase function 2019-04-13 21:26:19 -05:00
74c40c535b Modified the cloud function to only act when there has been a change on priority or event on tasks 2019-04-13 19:36:52 -05:00
7f77d8a86a Finished auto increment firebase function 2019-04-13 18:23:45 -05:00
a8dacb06cd Changed the structure for the firebase functions directory 2019-04-13 16:27:04 -05:00
02d7dd5be3 Added a function that downloads a file from the storage bucket given its path, change the size of the thumnails to 256 per side 2019-04-07 20:29:51 -05:00
2b6ef23ab9 Fixed a bug where all the thumnails where the same as the first one in the firebase function 2019-04-07 19:08:18 -05:00
f438df4432 Added metadata for uploaded images, added confirmation log for the firebase function 2019-04-07 18:32:32 -05:00
6865399151 Added firebase function to generate thumnails from uploaded images 2019-04-07 18:06:21 -05:00
8ce0441b12 Added firebase functions to the project 2019-04-07 17:16:47 -05:00