I want to make a chat app. So,is clouddb and tiny db free and which is better.
Are they both free?
I want to make a chat app. So,is clouddb and tiny db free and which is better.
Are they both free?
If you want to make a chat app you have to use clouddb because cloud db is online storage, while tinydb is offline storage so you can't create a chat app using tinydb.
For more information, you can see here
http://ai2.appinventor.mit.edu.ezproxy.canberra.edu.au/reference/components/storage.html
Regards,
Salman Dev
So is clouddb free?
Yes Free as long as you use a server from MIT. If you want to use your own server you have to pay
So if we use datadb will it be public or only people with the app can view the data
It's Not Public
So can we store like about 100mb of data
Yes, of course. But you can only store text data
So how will we send audio data and other type of data
If we use firebase instead of datadb can we send other files
Is it possible to send other type of data in any ways
you can use firebase storage extension.
Please see the extension here
yes
yes
Thank you for taking your time
Where is the firebase storage extension
Got it thanks
You're welcome
With Base64 extension you can convert image, sound,... file to text and upload to FireBaseDB or CloudDB.
You can store binary files to cloudDB, it automatically converts them to base64 on assignment
Using the MIT provided cloudDB is only provided for testing and development, It should not be used for production apps. The server is not continually monitored and can be unreliable/down on occasion.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.