Commit Graph

18 Commits

Author SHA1 Message Date
069407fa57 Update functions for use with lives mode 2021-09-12 20:23:46 +01:00
52cd2b8663 [FIX] Ensure all vocab data always written to db 2021-09-12 15:07:19 +01:00
79718c63e4 [FIX] createProgress reaching max writes 2021-09-12 15:03:31 +01:00
3b272a47e9 Typo - wrong variable name 2021-09-08 20:37:50 +01:00
97dfe5955f Replace testing code with production 2021-09-08 12:22:25 +01:00
014bbbdd4f Fix regex usage error and increase efficiency 2021-09-08 12:21:22 +01:00
639159d4b3 Swap replaceAll for regex
Was using replaceAll, which isn't available in Node.JS. Instead using regex now
2021-09-08 12:03:55 +01:00
548eb6e210 Fix answer processing bug
Only first instance of each character was removed when cleansing strings. Now all instances are removed.
2021-09-08 11:54:23 +01:00
1dfc196299 Change functions region 2021-09-01 20:06:31 +01:00
26c7861ee5 Fix variable declarations left from unit testing 2021-09-01 19:06:28 +01:00
f47a6dd065 Update dependencies 2021-09-01 19:06:08 +01:00
a7ff0caf31 Add gitignores 2021-09-01 17:40:00 +01:00
b3f0998027 Add Cloud Functions ESLint settings 2021-09-01 17:39:37 +01:00
793778ae66 Add Cloud Functions dependencies 2021-09-01 17:39:20 +01:00
437c27bb00 Add new Cloud Functions 2021-09-01 17:34:17 +01:00
21fe3f660a Update cloud functions to add new functionality
Allow creating progress data from multiple sets
2021-08-10 20:29:24 +01:00
58aedc143c Update cloud functions with new functionality 2021-08-08 22:13:59 +01:00
460d214b94 Add database cloud functions 2021-07-25 22:47:47 +01:00