Firebase Authentication Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to use Email/Password & Google Sign-In with Firebase Authentication, you have to enable it by going to the Authentication page from the left menu of the Firebase dashboard and selecting the Sign-in method tab.
Here, enable Email/Password (under Provider) and click on Save.
Next, enable Google (under Provider), enter the project name and support email, and click on Save.
There is no extra configuration required to use Google Sign-In on an Android device. But to use it on an iOS device, you have to do just one more thing.
Go to your project directory -> ios -> Runner -> Info.plist file, and add the following there: