My web site is live using a production version of Stripe Payment Extension for Firebase.
How can continue running tests without impacting my customers? I can create test cloud functions using stripe test keys and test webhook keys, but what about the Stripe Firebase Extension configuration ? If I change Stripe Keys and Webhook keys to their test versions it will prevent customers from purchasing. What is the work around ?
Thank you