Pass a Parameter to a Firebase Query when mapping column value

@DaneMackier

  1. Yes, definitely! Just to break it down, in the additionalScope example I shared I am passing my query every row's data (specifically the id) in at a time. I can access this in my query using {{ id }} or {{ idx }} (whatever you have named the values)
  2. Are you looking to display this returned data in a table? Linking this community post on **dynamically add table rows **in case that fits your use case :slightly_smiling_face:
1 Like