ecatch-kyst / backend

GNU General Public License v3.0
4 stars 0 forks source link

🐛 RN is not added to message #16

Closed haavarol closed 5 years ago

haavarol commented 5 years ago

When a user adds a new message RN is not set.

Expected Behavior

When a message is created it should automatically set the RN.

Current Behavior

When a message is created RN is not set automatically.

Possible Solution

add RN to the update message function in created.js

Steps to Reproduce

  1. Create a DEP message
  2. Send DEP message
  3. Observe in Firestore console that RN is not added
  4. ???