GameofSource-GFG / Android-Development

GameofSource
MIT License
15 stars 13 forks source link

announcements now come from firebase #82

Closed RakeshSeervi closed 4 years ago

RakeshSeervi commented 4 years ago

Issue Number

ISSUE #71 GOSA26

Describe the changes you've made

Used timeago package to show relative time. Added a method in firebase_storage_service.dart to get the announcements from firebase. Modified the Announcement model to create Announcement object from DocumentSnapshot.

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

NA

Additional context (OPTIONAL)

Test plan (OPTIONAL)

In main.dart, set home to HomePage()

Checklist