Currently in the chat app, the source of the truth is Room DB, Saving all the Input Message and Generated Message into the DB There should be a Paginated API, to load the Msgs which are required and rely on Pager for other data needs.
Currently in the chat app, the source of the truth is Room DB,
Saving all the Input Message and Generated Message into the DB
There should be a Paginated API, to load the Msgs which are required and rely on Pager for other data needs.