How to allow user to create and switch between multiple accounts in Flutter?
问题 I am trying to make a Flutter app where the user can sign in into multiple accounts (different email IDs) and can switch between them from the UserAccounsDrawerHeader . For example, in Gmail app, users can switch between multiple Gmail accounts. Is this possible using Firebase Auth for Flutter? 回答1: In the default scenario, Firebase Auth generally does not support allowing a user to be signed in with multiple accounts at the same time. If you want to add support, what you will have to do is