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
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.
firebase-course/src/app/app.module.ts
Line 87 in f5a632e
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)
The text was updated successfully, but these errors were encountered: