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

Change in emulator specification #22

Open
tzkmx opened this issue Dec 27, 2021 · 0 comments
Open

Change in emulator specification #22

tzkmx opened this issue Dec 27, 2021 · 0 comments

Comments

@tzkmx
Copy link

tzkmx commented Dec 27, 2021

{ provide: USE_AUTH_EMULATOR, useValue: environment.useEmulators ? ['localhost', 9099] : undefined },

There is a bug since 7.0.3 in AngularFire that requires the host and port be specified in a single string rather than an array of [host, port]. Why they choose to keep an array therefore I don't know, but I've confirmed this allow to use the emulator correctly.

angular/angularfire#2929 (comment)

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

No branches or pull requests

1 participant