I have a project going which consists of a Dashboard and App connected to Firebase. The Dashboard is to create a quiz based by creating routes. So, Routes>l PlacesofInterests>Quiz>Questions. The App is to be used to display these routes and Quiz. The App has custom authentication using APIs, which is sorted. The Collections include Routes, Places of Interests, Quizzes (Its a sub-collection for question set), among others. The information about quiz is added to the POIs collection. As I wanted the questions to be a set, I have created a sub-collections just for the questions.
I am struggling with:
1. setting up the form to register the questions in the subcollection to create a document to save the questions information, and then showing a new form to add another question. I have the buttons and Actions implemented, but there seems to be an issue that is not registering the Actions on the Buttons.
The forms are created using BottomSheets, so Route, PoI, Quiz, and Questions have separate BottomSheet components respectively.
Filtering Markers on the App to Display the POIs only for the Route, and then having the Marker Tap filtering only the quiz related to that POI Marker. Currently, it is displaying all the questions is collection.
Adding Score to Quiz and displaying on Scoreboard for the App User.
Any assistance would be good, as I am new to FF and don't have grasp of all the features that can be helpful.