i'm currently building a flutter app, and is trying to use firebase emulator. When i try to register a user, it shows up on the Auth page, but after i'm done doing OTP, it got stuck.
i tried this solution, Firebase emulator not authenticating suddenly, i tried downloading firebaseSDKAdmin like in the post AND the App Engine default service account like on the documentation (https://firebase.google.com/docs/functions/local-emulator), but it still shows up
D/FirebaseAuth(14777): Notifying id token listeners about user ( U7x3YJjT80EQSqJBQjlffKYZoi3F ).
W/PersistentConnection(14777): pc_3 - Provided authentication credentials are invalid. This usually indicates your FirebaseApp instance was not initialized correctly. Make sure your google-services.json file has the correct firebase_url and api_key. You can re-download google-services.json from https://console.firebase.google.com/```