Data storing

Hi all, need some help here.

I am creating an essay app for my school where the app will display all different kinds of examples of essays. I would like to ask, where can I store my essays in? Like all the data where can I stored it and display it through my ionic 4 app?

I definitely can’t keep creating new pages and write the essays in my html file right.

Thank you for your help!

What about a SQLlite database?

Any opinion on firebase?

If there will come new or updates versions on essays you should have them in a DB like firebase. If it will be static, you can just do it thrugh sqlite

Oh, I have new essays coming in, so looks like I have to use firebase. Thanks for the advice!