-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Messages are not receiving at receiver side and not creating conversation list #7
Comments
Have you installed Chat21-Cloud-Function ? |
@andrealeo83 Thanks for guiding me. It helps me a-lot. Very appreciable. |
Hi Andrealeo, |
@sponzillo Hi, |
If you was able to setup text messages' sending you can also send images. Chat21 uses only Firebase to send messages and upload images. Just follow this guide: http://www.chat21.org/docs/ios/get-started/ Don't forget to install the chat backend, build on Firebase cloud functions: https://github.com/chat21/chat21-cloud-functions |
@sponzillo Hi, Error Domain=com.firebase Code=1 "Permission Denied" UserInfo={NSLocalizedDescription=Permission Denied}** Flow is like, |
@Gautam117 |
I've integrated Chat21 core and UI library to my existing project with successfully. But when I'm chatting with the created user the message is sending to Console but not receiving at receiver side.
Also, not generating the conversation list after chatting with the other user.
The below link is a Chat21 that I'm running into my simulator with the exact functionality.
https://drive.google.com/open?id=1ZIbWhN6_4Gux6qfwFzaZ98Qz9efpFYYj
Can anyone help me out, will be very appreciable.
Thanks.
The text was updated successfully, but these errors were encountered: