WellnessLab / storywell_android

App for promoting physical activity in a family setting.
0 stars 0 forks source link

StoryMap #7

Open hermansaksono opened 4 years ago

hermansaksono commented 4 years ago

Ability to see stories on a neighborhood map.

Features:

hermansaksono commented 4 years ago

Use firebase push to save new GeoStory: https://firebase.google.com/docs/database/admin/save-data

DatabaseReference newPostRef = postsRef.push();
newPostRef.setValueAsync(new Post("gracehop", "Announcing COBOL, a New Programming Language"));