Update
rex_firebase_room plugin (work in progress)
- modify the data structure stored in firebase database
- modify the interface of "action:create room"
- add "action: join random room"
- add "action: kick user"
- add black/white list supporting ( add/remove user into the black/white list )
- add "on (door) opened", "on (door) closed" event, "action: open (door)", and property "Door control" to close the door when room is full ("Auto" mode)
Here is a demo of joining random chat room, or create a new room.
Each chat room only could have 2 users-
The 1st user will create a new room
The 2nd user will join a room, then room is full
The 3rd user will create a new room
...
( source capx , please run it on your firebase project, you will see the rooms stored in database)