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).
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).