ArmandBriere/Archy

Add a new "On user join" event

ArmandBriere opened this issue · 1 comments

We want Archy to greets new users

  • Add a listener to the main node
  • Throw a pub/sub event when a new user arrive
  • Write a cloud function that listen to this event and greets the user

I will try to do it.