Skip to content

[Remote config] Should complete observables after emitting values #90

@egorkel-altexsoft

Description

@egorkel-altexsoft

In the parameter$ helper function you convert the promise to the Observable
image
As far as the promise emits values only once, we need to complete the observable after getting a value from the promise. We need to add subscriber.complete(); after line 31

Or better use from(ensureInitialized(remoteConfig)).pipe(map(...))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions