On going through the projects for google firebase I came across a codelabs project of firebase.I found that interesting and add few new features in that projects.
- AUTHENTICATION USING GOOGLE SIGN UP
- USING GOOGLE FIREBASE REAL TIME DATABSE SERVICE
- CREATE CHAT GROUP ( features added )
- JOIN CHAT GROUP THROUGH LINK ( features added )
- EASY TO CREATE SHARABLE LINK:URL sharing ( features added )
- CREATING GROUP : After sign up , create group by a unique group id and then share the URL to join other people in that group
- JOINING GROUP : After sign up , join group either by entering group id or using the shared URL.
Like this one : https://friendlychat-108bc.firebaseapp.com/?chatroom=letschat , using this URL you will be able to join group name :letschat
original source :codelabs firebase project