React Naive Create Group Chat Firebase Realtime Database
I create a chat app in React Native and Firebase Realtime Database first of all user can chat private that is working fine as well as user can create group chat inside the React Native appp that is also working fine but I want to create group chat from React JS web admin dasborad not a logged in user create group only on create group from web admin and add user to group when I create group from admin the group chat successfuly created in firebase realtime but not retrive in React Ntive app if I create group chat from React Native app the created group is apear on inbox here is my code both web admin and react native app: