111129
(Noam Tal)
June 30, 2020, 10:25am
#1
I want to build a chat app in Kodular with which database would you recommend me to use? (I was told firebace would be valuable to chat)
1 Like
themaayur
(Mayur Berad)
June 30, 2020, 10:57am
#3
This guide may help you.
This is very new for everyone to use Firebase with Chat View.
So I also searched so many times and find some ways to use.But everytime there was a bug in the method.
So I mixed up my ideas in @Choofa method and built a new method.
Here you can read his post:-
How it looks from designer
[designer]
Components and Layouts
Vertical Arrangement
Horizontal Arrangement
Chat view
Text Box
Label
Image Picker
Tiny DB
Cloudinary
Notifier
Firebase DB
Blocks
Blocks are divided into five parts.
…
2 Likes
111129
(Noam Tal)
June 30, 2020, 11:05am
#4
No other solution? . I was told it was really expensive to use it for a chat app
1 Like
Point
(Tomer)
June 30, 2020, 11:44am
#5
I do not recommend using the fire base because it is very expensive and also because in applications like chat some people may send a message at the same time and the problem that is known with the fire base is data loss
Database such as mysql or any with socket.io for bidirectional data transfer and real time chating
Lagu6
(Barraca Fútbol)
June 30, 2020, 9:35pm
#9
I don’t think firebase is expensive, and it’s also not true that there’s data loss. Create a chat with firebase and I use the spark plan (free). I have 45 users.
I would like to know why you think it is expensive, greetings
Taifun
June 30, 2020, 9:42pm
#10
111129:
chat app in Kodular
what about A Chat Demo with PubNub
Taifun
For database
You can buy vps server and then you can create your own realtime database
Use this :- Build your own Realtime Database with Socket.io and MongoDB | by Teyyihan Aksu | The Startup | Medium
Hope it helps
D.V.
Point
(Tomer)
July 1, 2020, 6:35am
#12
You can see the topic I created because of this problem:
Hi, I use the Firebase Database component in my app, I slowly started paying more and more money on the database (I already reached 345$ In one month), I wanted to ask how to use less data (use less data = less money), can you add a decision option To turn Data Changed on or off? In my opinion if Data Changed works (and it always works) then the amount of data download will be high even if the component is not used (even if it is only in the component list but not used)
1 Like
111129
(Noam Tal)
July 1, 2020, 9:14am
#13
How to do it in the kodular?
airD
(aird)
October 10, 2020, 1:45pm
#14
Hey,
AirDSocketIOClient Extension
Here is my extension which takes over the functions of SocketIO !!
Please test !!
You can configure a Node.JS server with Socket.IO and use my extension to link to the server !!! It works.
Thank you