nss-evening-cohort-9 / nutshell-pine

nutshell-pine created by GitHub Classroom
1 stars 1 forks source link

Messages - JSON Data #10

Closed westmary48 closed 5 years ago

westmary48 commented 5 years ago

User Story

As a developer, when I look at the seed data in the messages.json file, I should see AT LEAST 4 messages with a unique UID ( have each group member put in their unique UID) associated with each message.

Acceptance Criteria

WHEN I look at the json file THEN I should see an object of objects with at least 4 differnt message object AND I should see the key value pairs of a uid, message, timeStamp, and idEdited THEN I should see this imported correctly into firebase

Developer Notes