I'm building a simple dashboard app with Google Analytics API, which requires authentication through OAuth.
Can someone help me understand how I can set up a local testing environment so that the local environment works with the callbacks I've registered with my app?
I'm trying to avoid having to deploy to test changes.
Thanks!