Can anyone help me with creating a new Google API project for my nextJS webapp? I'm having trouble figuring out how to obtain the GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET without having a domain set up yet.
I need to update the .env file with this information
# Next Auth Google provider
GOOGLE_CLIENT_ID="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
GOOGLE_CLIENT_SECRET="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
I've tried searching for solutions but haven't had any luck finding the necessary resources.https://i.sstatic.net/tCkHg1uy.png