snack_chat
a chatroom application designed to chat about your favorite snacks with others
firebase schema:
chat_rooms
- icon (string)
- id (string) - this is the document id
- message (string)
- snacks_sent (int)
- title (string)
chat
- chat_icon_color (string)
- chatroom_id (string)
- message (string)
- send_date (timestamp)
- user_email (string)
- username (string)
user
- username (string)
- chat_icon_color (string)
- username (string)
Comments are closed.