quickstart-ios icon indicating copy to clipboard operation
quickstart-ios copied to clipboard

Firestore sample sign in should notify on failure

Open ryanwilson opened this issue 4 years ago • 0 comments

The Firestore sample has a sign in page but doesn't actually validate if a sign in was successful or not - on a project that's misconfigured and has a bad API request back it will dismiss the sign in view and act as though a user is signed in. This will then later crash the app since it tries to force-unwrap the currentUser property on Auth.

ryanwilson avatar Jan 14 '20 14:01 ryanwilson