Skip to content

Drop legacy import/export syntax #40

Open
@merlinnot

Description

@merlinnot

This package uses legacy import/export syntax, the proposal was withdrawn and this syntax should not be used:

export = (firebaseConfig?: AppOptions, pathToServiceAccountKey?: string) => {

import fft = require('../../src/index');

We could either use default export, or preferably a named one, but it would be a breaking change, so I won't make a PR before we align on this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions