Which storage option can i use?

Hi, i was developing a web chat app as a part of a school project that needs to be submitted very soon and had a few options for the storage of the names of the people…
1.TINY DB
2.CLOUD DB

Please suggest which one should i use as i have been asked to make it as such that 2000 or more entries can be added. Can this be done with the options above, if yes which one is preferable, if no what other options do i have?

Thank you.

1 Like

To create a chat use CloudDB or FireBase, here is a very simple example.

http://kio4.com/appinventor/8CChatfirebaseDB.htm

https://groups.google.com/forum/#!searchin/mitappinventortest/chat$20juan$20antonio|sort:date/mitappinventortest/ZPj2DrpxjNM/Hm28u8bFAAAJ

3 Likes

Please suggest which one should i use as i have been asked to make it as such that 2000 or more entries can be added. Can this be done with the options above, if yes which one is preferable, if no what other options do i have? Sir please tell.

1 Like

Either will work, how you handle the entries will make a difference to the speed of your app…

3 Likes

So which one is faster :question:

1 Like

Try both, report back…

3 Likes

I have a problem ,can anyone explain?

1 Like

i want to invisible the two button after they pressed once in one device.If user open app again then i want to invisible them

1 Like

You can use Tiny DB to do so…

Use simple logic …

When Click do set tiny Db tag Button & value False…

& Set when screen intialize then if tiny db value = False then set button invisible…
@Mangal_Nath_Yadav

wait i am trying

1 Like

can you explain in blocks

1 Like

Ya wait… let me make…

1 Like

:smile: ok

@Mangal_Nath_Yadav

tag is random @Alpajeet

@Alapjeet hey

@Alapjeet thanks it is working

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.