How can I define a route in my routes.jsx file to capture the __firebase_request_key parameter value from a URL generated by Twitter\'s single sign on process a
__firebase_request_key
Using component
component
this.props.match.params.id
The component is automatically rendered with the route props.
Using render
render
}/>
Route props are passed to the render function.