Beginning Firebase for iOS, Episode 10: Set Up Email/Password Authentication | raywenderlich.com

Set up a second authentication option in your app that will allow users to create an account with an email and password.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/22029618-beginning-firebase-for-ios/lessons/10

Hey, Just noticed that if you were using the simulator or a real device, the anonymous user created for firebase auth will persist for the device/ simulator even if you delete the anonymous user in the firebase dashboard. This makes it so at this video for setting up the email and password, the login view only shows for a second and then is dismissed again as firebase comes back with a value for the user. Might want to sneak in a section that shows how to sign the user out right before this point so the view isn’t dismissed right away. Or just let people know that they will need to use a different device or simulator. Thanks :slight_smile:

1 Like