Beginner seeking help on configuring data and showing it on my app

Database & APIs

Hi, I'm a complete beginner who's trying to make an app after looking at a couple of tutorials on youtube.

I'm trying to build a daily bible reading app. This is different to the traditional bible app in the sense that the users won't manually look for book -> chapter -> verse, and instead a preconfigured reading plan (ex. 9/26/24: genesis 12:1 to 12:20) would display 10~30 verses that changes every day.

What have you tried so far?

So far I've reformatted the bible text into a couple of csv files with columns book(integer), chapter(integer), verse(integer), and btext(string), and connected it to my app using firebase. I've figured out how to show the entire 33,000 verses, but not sure how to direct my app to show only a certain number of them. Any help would be appreciated, thanks!

Did you check FlutterFlow's Documentation for this topic?
Yes
1 reply