Can't sign in to firebase using firebase emulators

I’m trying to run my flutter web app, I started the firebase emulators and they are running on localhost but when I try to log into firebase from my app I get an error message
“a network authError - blah blah blah” - this is the same error that I get locally when I forget to start the emulators before running my app. My app is set up to use the firebase emulators and this works fine on my local machine. Is there something else I need to do to get it to work in firebase studio?