dothecloud

Results 1 issues of dothecloud

customers.ts: ``` import { assert } from './helpers'; import { db, stripe } from './config'; /** Read the user document from Firestore */ export const getUser = async(uid: string) =>...