Skip to content
Brett Levenson edited this page Aug 8, 2015 · 2 revisions

Public connector uses a free firebase account to store all the chat rooms and their contents.


FireBase URL


From there the child elements are the private chat rooms and the public rooms.

When joining a room, you can either join a random public room, or enter the password and chat room name to access the private rooms.

From the public and private room headers, the individual chat rooms will be stored there, with the chat conversations as children of that header.

For example, one public chat conversation would be formatted as: http://publicconnector.firebaseio.com/public/chatRoomName/ChatMessage/

Clone this wiki locally