Laszlo
Laszlo
Can you specify this > only some should have access to the admin page Do you want to prevent / allow only specific users to login? Or do you want...
We would need to add a check at login if that user is allowed to login. I saw that the old ra-firebase library used to set a flag at the...
We are preparing the library to be compatible with React-Admin v3 - which did remove the real-time functionality. So there are no plans in the moment to look more into...
Your own docs specify the way to create custom subscriptions with arguments. Still this is categorised as iOS, the example code is in JavaScript: https://docs.amplify.aws/guides/api-graphql/subscriptions-by-id/q/platform/ios Also adding the mentioned `Subscription`...
Any updates on RTMPS support?
Shouldn't be the only difference that RTMP-S is streamed over an encrypted connection? So changing the url did not work?
You can see the usage in the App.js of the example/huge on line [#62](https://github.com/LeoLeBras/react-router-navigation/blob/master/examples/Huge/src/App.js#L62) From my understanding its used when a gets activated and want to set a sub route...
In general changing the route with `react-router` work by calling `history.push("/new/route")` or rendering ``. When you want, for example, to have a button with a callback you can call `history.push("/new/route")`...
Would be great!
Your app starts with the`path="/"` and both Card paths match to this, meaning both Cards are rendered. Because of this you can't redirect to a Card you have already rendered....