I have 10 pictures stored in Firebase storage. I have a FlutterFlow project and I want to show 1 of those pictures. The picture should randomly change anytime I refresh the page.
I know how to link Firestore with FlutterFlow and how to create an image widget. The only thing I can't do is to link the storage with the FlutterFlow UI and link it to the random algorithm.