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

Migrate to exports #167

Closed
wants to merge 4 commits into from
Closed

Migrate to exports #167

wants to merge 4 commits into from

Conversation

sbatson5
Copy link
Owner

@sbatson5 sbatson5 commented May 27, 2023

Description

This PR attempts to support both import and require syntax, following this blog post as a guide.
This also updates a lot of dependencies that have gone out of date and should prepare use for migrating to firebase 9 and Typescript (although that will be a breaking/major change/release).

This also drops support for Node 10, 11 and 12, and adds support for 16, 17 and 18

Related issues

Fixes #144

How to test

Can someone point their repo to this branch and make sure it is backwards compatible with require and then works with import syntax?

TODOs

  • Update README

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

Successfully merging this pull request may close these issues.

include firebase/admin with 'import' instead of 'require'
1 participant