I am working on android TV app using react native. I have integrated the Auth0 in this app using react-native-auth0 as mentioned in the documentation of Auth0. I have two issues here.
After configuring the dashboard and the app as per documentation I am getting the error. it says "access_denied: unable to access client_id from undefined".
In this sample you have used web based authentication which I think will not be supported on the TV.
I am working on android TV app using react native. I have integrated the Auth0 in this app using
react-native-auth0
as mentioned in the documentation of Auth0. I have two issues here.can you look in this and guide me please?