stripe-firebase-master-course icon indicating copy to clipboard operation
stripe-firebase-master-course copied to clipboard

Results 1 stripe-firebase-master-course issues
Sort by recently updated
recently updated
newest added

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