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

Auth: Add support for emulator #38

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

fmasa
Copy link
Contributor

@fmasa fmasa commented Oct 7, 2024

Adds support for Authentication emulator.

Extracted the URL building to UrlFactory that supports emulator URL that is prefixed to the original URL.

I can add emulators to CI so this is actually tested against the emulator at least.

@nbransby
Copy link
Member

nbransby commented Oct 9, 2024

Looks good, test please add emulators to the CI

@fmasa fmasa force-pushed the auth-emulator branch 2 times, most recently from 0ebbaa4 to 7e21035 Compare October 9, 2024 22:07
@fmasa
Copy link
Contributor Author

fmasa commented Oct 9, 2024

@nbransby Added an emulator to tests, though this could use more polish (I will take a look at it bit more).

I plan to work on implementing the some of the other FirebaseAuth methods after this PR.

"port": 9099
},
"ui": {
"enabled": true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not really necessary for CI, but it's useful when developing.

@nbransby nbransby marked this pull request as ready for review October 10, 2024 18:18
@nbransby nbransby merged commit 45b69eb into GitLiveApp:master Oct 10, 2024
1 check passed
@fmasa fmasa changed the title [WIP] Auth: Add support for emulator Auth: Add support for emulator Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants