'Scraping and parsing data into a firebase and reading it from a flutter app

So I've been trying to make a flutter app that scrapes the content from https://deadcells.fandom.com/wiki/Dead_Cells_Wiki. The code is working so far, but I wanted to know if it makes more sense to scrape that data into a firebase storage and let my app read it from there. I feel like I might be over-engineering it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source