MY Project Has Login functionality in a traditional fashion. Now I want to have Forgot Password functionality that the user will say the Phone Number then API Call is raised to fetch the matched record by phone number [unique for each user] from n number of record. I’m using the firebase real-time database as my database.
how to do that?
More specifically
Assume I have n number of records after fetching from the GET call. Now I want to get only one record by matching any string. How to iterate over the array of objects within voice flow environment? Please help me out!