Skip to content

Change in emulator specification #22

@tzkmx

Description

@tzkmx

{ 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions