How to select list in ionic 4 from firebase and display it into another page

What I would do instead is to have a service that tracks the currently selected student and exposes it as an Observable. The general idiom is described here. The strategy @Hammad6264 is proposing relies on serializing things into user-facing URLs, which I have found to be ugly and brittle. I would not recommend trying to pass any data through Angular’s router any more complex than URL-safe scalars.

1 Like