Click to Chat - Group Chat Aia

Introducing Click to Chat Aia where anyone can chat with all members of the group.

Just open the app, enter your name and chat.

Realtime message sync with firebase realtime database and Chat View component.

Simple and easy to use, just type and send.

Everyday the chat will be refreshed and yesterday chat will be cleared automatically next day so that it will not consume space in the database.

When app opened, it will load all previous messages of the day.

Useful in your existing apps where your app users can discuss about your app, issues or feedback or any other stuff.

Screenshots

Database

IMG_20211220_004022_522

Video

Note: For testing purpose I am changing names in the same app.

Apk

GroupChat.apk (6.2 MB)

Extension

Nope.

Aia

GroupChat.aia.zip (7.1 KB)

If above file doesn’t work, try this.

GroupChat.zip (7.0 KB)

9 Likes

Hello @The_K_Studio
Below are some bugs I found in app

  1. User can send empty(just a space) message :point_down:

  2. An error popup appears when we try to send the message without entering Your name and Sender name :point_down:

1 Like

Hi,

This is because you didn’t set sender name. Before sending message you need to set sender name in first text box.

Edit: I have added a condition to check sender name is set. Added a condition to check if message contains empty space.

2 Likes

The firebase part must have demanded a good work, huh
I guess instead of posting the aia you could make a guide.
Just a tip.

2 Likes

Thank you for this amazing work, is there any aia

Thank you, will publish soon.

1 Like

Free or Paid ?

1 Like

You never published the aia

1 Like

Hello,

The Aia has been uploaded! Enjoy.

1 Like

Thanks, if i have any issues I’ll contact you asap ok?

This aia is download as a Zip file not as a extention.
1

I try to remove .zip but still facing same problem

You just have to rename it and remove last .zip

Btw, I have uploaded .zip file above in that you will get the aia file.

1 Like

Thankyou. Now problem solved

1 Like

Thank you this app. Is it possible to use our own firebase with this? How can we do that? Can you make a simple guide please?

1 Like

This post was flagged by the community and is temporarily hidden.

Yes, you just have to create your own firebase realtime database and replace the old URL with your firebase URL.

aia file ?

Already Provide by owner

2 Likes

I am not a professional developer so could you please tell me how to create Firebase database like you