rustema / peggy-meter

Peggy Meter - Mood Meter app.
http://www.peggyjo.io
Apache License 2.0
5 stars 3 forks source link

iOS: race between auth and FB data reads & writes #37

Open rustema opened 6 years ago

rustema commented 6 years ago

Sometimes, before sign in completes, we access user here https://github.com/rustema/peggy-meter/blob/master/ios/Peggy%20Meter/DataController.swift#L31 and here https://github.com/rustema/peggy-meter/blob/master/ios/Peggy%20Meter/DataController.swift#L133

Since user is null, the app crashes. Fix it.