# Hi there, when creating a Customer via the API [0], the Customer id is generated automatically. [0] https://stripe.com/docs/api/customers/create
# One recommendation is to design your system to store the customer id map in a database, where the Firebase user UID points to the Stripe Customer id.