Jason Wei

Results 7 comments of Jason Wei

Facing the same issue, provided the sha is added and app is uploaded in play store(internal test)

I have the same issue on flutter stable 2.0.6 version. I already pushed my app to google play and get some crash report. Any workaround to solve this issue? ![image](https://user-images.githubusercontent.com/16997819/119636926-3aaa1280-be69-11eb-8175-fdaa922e66cc.png)

> @jingjiewei Are you trying to run the release version of an app on an x86 emulator? I don't think release version and run on any emulator, emulator only support...

> Hi [@jingjiewei](https://github.com/jingjiewei) , Thanks for raising this request. I would like to understand your use case a little more . You already have auth0 in your app but having...

Hi @pmathew92 , Thanks for your reply. For both login I'm using auth0-flutter. I created 2 Auth0 objects and tried to call it's own login(). ` auth0 = Auth0( auth0domain,...

I think I can manually use api call(/authorize, /oauth/token) and customized deep link to manage the 3rd auth0 token now. https://auth0.com/docs/get-started/authentication-and-authorization-flow/authorization-code-flow

Hi @pmathew92 Yes, 3rd auth0, I use api instead of auth0-flutter sdk, seem get token and refresh token both works fine