Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPrevent crash on error#localizedFailureReason #289
Conversation
This comment has been minimized.
This comment has been minimized.
ghuh
commented on ed04e4b
Feb 14, 2017
|
This change is correct according to https://firebase.google.com/docs/auth/ios/errors. NSLocalizedDescriptionKey (i.e. localizedDescription) is set for all NSError. NSLocalizedFailureReasonErrorKey (i.e. localizedFailureReason) is only set for certain errors and none of the errors for getTokenWithCompletion set it. I'm convinced we can close out fullstackreact#256 when this gets merged. |
This comment has been minimized.
This comment has been minimized.
ghuh
replied
Feb 14, 2017
|
Also worth noting that this change has already been made in v3 |
alexkendall
commented
Mar 12, 2017
|
Any idea when this might get merged in? |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

mikemonteith commentedFeb 15, 2017
Fixes #256