You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
But this still doesn't work - Auth0 calls my callback with the error Request failed: bad request (400). I can't see any documentation for what should go in the scope parameter for a request for a firebase token.
The text was updated successfully, but these errors were encountered:
Hi there,
If I attempt to obtain a firebase token through the Auth0 delegation API as such, my application crashes in native code.
The crash I see in the XCode console is as follows:
After stepping through the code, it appears that this is because the
scopeParamterFromOptions
method returns a nil if no scope is provided.Providing an empty string for the scope parameter prevents the crash:
But this still doesn't work - Auth0 calls my callback with the error
Request failed: bad request (400)
. I can't see any documentation for what should go in the scope parameter for a request for a firebase token.The text was updated successfully, but these errors were encountered: