I'm running a Android in on Flutter 2.2.3 and using Firebase for authentication. When trying to authenticate anonymously, I keep running an error message Unhandled Exception: [firebase_auth/admin-restricted-operation] This operation is restricted to administrators only.
Anonymous authentication is enabled on the console. The iOS version of the app is able to log in anonymously. I've tried flutter clean, wiping my emulator, creating a new emulator, and even restarting my PC, all to no avail. As far as I can tell, the Android app is setup correctly. I'm not sure where else to look or what else to try at this point. Any help would be must appreciated.