android - Create firbase instance programatically -
i new firebase excited learning more, have tried simple chat , works great. building simple product review mobile app on android, want find out possible create firebase automatically code in java? want create different group chats give user ability create group chat mobile phone.
you should use single firebase, each group chat child of it. using firebase's lists functionality, firebase can automatically generate id each group chat. then, in each chat, can have list of messages corresponds contents of chat.
Comments
Post a Comment