manifold/functions/src
mantikoros 908c8c03e6
Create user cloud function (#31)
* createUser cloud function; change User object

* initial commit

* listenForLogin: avoid race condition

* createUser: allow capital letters in username

* remove debugging

* leaderboard: empty url for undefined avatar image
2022-01-18 01:18:38 -06:00
..
scripts migration script now re-simulates individual markets specified in command line 2022-01-16 15:53:40 -06:00
call-cloud-function.ts keep awake cloud functions 2021-12-17 20:13:20 -06:00
create-contract.ts Choose random hot contracts from top 16 every 5 minutes. 2022-01-15 00:44:33 -06:00
create-user.ts Create user cloud function (#31) 2022-01-18 01:18:38 -06:00
emails.ts Create user cloud function (#31) 2022-01-18 01:18:38 -06:00
fetch.ts keep awake cloud functions 2021-12-17 20:13:20 -06:00
index.ts Create user cloud function (#31) 2022-01-18 01:18:38 -06:00
keep-awake.ts turn keep awake on 2021-12-24 16:14:02 -05:00
markets.ts Switch to new dpm mechanism (#26) 2022-01-12 13:01:04 -06:00
place-bet.ts move market logic to common 2022-01-10 16:49:13 -06:00
resolve-market.ts Switch to new dpm mechanism (#26) 2022-01-12 13:01:04 -06:00
sell-bet.ts move market logic to common 2022-01-10 16:49:13 -06:00
send-email.ts HTML resolved market email 2022-01-10 16:08:38 -06:00
stripe.ts Schedule cloud function to update user metrics: totalPnL, creatorVolume 2022-01-17 15:39:34 -06:00
update-contract-metrics.ts refactor data structures, calculations to common directory 2022-01-10 15:07:57 -06:00
update-user-metrics.ts Schedule cloud function to update user metrics: totalPnL, creatorVolume 2022-01-17 15:39:34 -06:00
utils.ts Create user cloud function (#31) 2022-01-18 01:18:38 -06:00