CruCentralCoast / CruiOS

iOS mobile app for Cru Central Coast. NOTE: The app has been decommissioned and this repo has been archived
1 stars 2 forks source link

Mission Details: Location string is invisible #222

Closed tydahlwave closed 6 years ago

tydahlwave commented 6 years ago

The location ought to be visible on the Mission Detail screen. This is caused by changing the field name and type on Firebase to "locationString" and String, respectively.

A new property called "locationString" needs to be added to the Mission class. The realm database will also need to be migrated (version increased by 1).