Hey Community!
I wanted to know that how can I display the time at which a user stored data on cloud DB(like whatsapp shows the time at which message was sent) in a listviewer which I am using to display the cloudDB values/data.
Extra details: I am trying to develop a chat/communication app using cloudDB.
Thanks!
TIMAI2
June 2, 2020, 12:34pm
2
Use a clock/timer component to get and format the date/time to your liking, and add this to your tag or value.
See also, cloudDB chat:
1 Like
I suggest you best use firebase DB, you can see it in the Experimental category and you will see its sophistication
1 Like
Thank You!
But can you suggest me the advantages of firebase upon cloudDB
and disadvantages of cloudDB for chat(only development purposes)
Firebase:
have a realtime database, such as sending text very fast
You can edit or delete text from the list which you want to delete in your app (you can edit or delete from firebase or from your app)
CloudDB:
Has the same function as Firebase but is slower to send or receive text
not visible or “you can only edit or delete from your app, like adding a button to delete data text”
You should try using FirebaseDB
system
Closed
June 9, 2020, 1:29pm
13
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.