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
The FirebaseAuthConfig.RedirectUri property is hardcoded to produce a redirect URL based on the AuthDomain with a static library-defined path component. In a testing tool I am working on I would prefer to redirect the URL to a non-prod landing page after a successful auth flow. This could easily be achieved if the RedirectUri could be specified in the config instead of being hard-coded.
I propose that the existing property be changed to allow it be optionally set. When not set, the current hard-coded Uri would still be used. But, if set explicitly then the provived URL would be used.
The text was updated successfully, but these errors were encountered:
The
FirebaseAuthConfig.RedirectUri
property is hardcoded to produce a redirect URL based on the AuthDomain with a static library-defined path component. In a testing tool I am working on I would prefer to redirect the URL to a non-prod landing page after a successful auth flow. This could easily be achieved if the RedirectUri could be specified in the config instead of being hard-coded.I propose that the existing property be changed to allow it be optionally set. When not set, the current hard-coded Uri would still be used. But, if set explicitly then the provived URL would be used.
The text was updated successfully, but these errors were encountered: