03f36cf954
* add id, userId to comment * change user info cloud function and script; move cleanUsername to common * change user info script * fix rules * add fund button: useLocation hook * profile page * merge * profile stuff * avatar uploading to storage bucket * changeUserInfo: use transaction * Styles for profile page * Edit mode for profile, and more styles Co-authored-by: James Grugett <jahooma@gmail.com>
21 lines
568 B
TypeScript
21 lines
568 B
TypeScript
import * as admin from 'firebase-admin'
|
|
|
|
admin.initializeApp()
|
|
|
|
// export * from './keep-awake'
|
|
export * from './markets'
|
|
export * from './place-bet'
|
|
export * from './resolve-market'
|
|
export * from './stripe'
|
|
export * from './sell-bet'
|
|
export * from './create-contract'
|
|
export * from './create-user'
|
|
export * from './create-fold'
|
|
export * from './on-fold-follow'
|
|
export * from './on-fold-delete'
|
|
export * from './unsubscribe'
|
|
export * from './update-contract-metrics'
|
|
export * from './update-user-metrics'
|
|
export * from './backup-db'
|
|
export * from './change-user-info'
|