Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow FirebaseAuthConfig.RedirectUri to be configurable #212

Open
jthunter-continua opened this issue Jan 5, 2024 · 0 comments
Open

Allow FirebaseAuthConfig.RedirectUri to be configurable #212

jthunter-continua opened this issue Jan 5, 2024 · 0 comments

Comments

@jthunter-continua
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants