2022-05-10 20:59:38 +00:00
|
|
|
import * as admin from 'firebase-admin'
|
2022-05-15 17:39:42 +00:00
|
|
|
|
2021-12-11 00:06:17 +00:00
|
|
|
admin.initializeApp()
|
|
|
|
|
2022-06-06 19:34:58 +00:00
|
|
|
// v1
|
2022-01-05 18:24:59 +00:00
|
|
|
// export * from './keep-awake'
|
2022-06-23 08:07:52 +00:00
|
|
|
export * from './claim-manalink'
|
2022-04-29 23:35:56 +00:00
|
|
|
export * from './transact'
|
2022-01-07 22:56:14 +00:00
|
|
|
export * from './stripe'
|
2022-01-18 07:18:38 +00:00
|
|
|
export * from './create-user'
|
2022-02-17 23:00:19 +00:00
|
|
|
export * from './create-answer'
|
2022-05-01 16:36:54 +00:00
|
|
|
export * from './on-create-bet'
|
2022-07-05 23:18:37 +00:00
|
|
|
export * from './on-create-comment-on-contract'
|
2022-05-01 16:36:54 +00:00
|
|
|
export * from './on-view'
|
2022-01-19 03:36:46 +00:00
|
|
|
export * from './unsubscribe'
|
2022-06-15 00:38:38 +00:00
|
|
|
export * from './update-metrics'
|
2022-06-26 21:42:42 +00:00
|
|
|
export * from './update-stats'
|
2022-01-24 17:42:08 +00:00
|
|
|
export * from './backup-db'
|
2022-02-04 03:04:56 +00:00
|
|
|
export * from './change-user-info'
|
2022-06-10 22:48:28 +00:00
|
|
|
export * from './market-close-notifications'
|
2022-04-21 17:58:12 +00:00
|
|
|
export * from './add-liquidity'
|
2022-06-01 13:11:25 +00:00
|
|
|
export * from './on-create-answer'
|
|
|
|
export * from './on-update-contract'
|
2022-06-08 14:43:24 +00:00
|
|
|
export * from './on-create-contract'
|
2022-06-06 17:36:59 +00:00
|
|
|
export * from './on-follow-user'
|
2022-06-22 16:05:54 +00:00
|
|
|
export * from './on-unfollow-user'
|
2022-06-10 22:48:28 +00:00
|
|
|
export * from './on-create-liquidity-provision'
|
2022-06-22 16:35:50 +00:00
|
|
|
export * from './on-update-group'
|
|
|
|
export * from './on-create-group'
|
2022-07-01 13:47:19 +00:00
|
|
|
export * from './on-update-user'
|
2022-07-05 23:18:37 +00:00
|
|
|
export * from './on-create-comment-on-group'
|
2022-06-06 19:34:58 +00:00
|
|
|
|
|
|
|
// v2
|
|
|
|
export * from './health'
|
|
|
|
export * from './place-bet'
|
2022-06-07 21:08:56 +00:00
|
|
|
export * from './sell-bet'
|
|
|
|
export * from './sell-shares'
|
2022-06-06 19:34:58 +00:00
|
|
|
export * from './create-contract'
|
2022-06-10 22:48:28 +00:00
|
|
|
export * from './withdraw-liquidity'
|
2022-06-22 16:35:50 +00:00
|
|
|
export * from './create-group'
|
2022-06-29 23:47:06 +00:00
|
|
|
export * from './resolve-market'
|
2022-07-05 17:29:26 +00:00
|
|
|
export * from './get-daily-bonuses'
|