gladly-team / next-firebase-auth

Simple Firebase authentication for all Next.js rendering strategies
https://nfa-example-git-v1x-gladly-team.vercel.app/
MIT License
1.34k stars 290 forks source link

Improve build step to allow typescript usage #517

Closed HegarGarcia closed 1 year ago

HegarGarcia commented 2 years ago

Migrate source code to typescript.

Still working on:

Previous PR: #514

vercel[bot] commented 2 years ago

@HegarGarcia is attempting to deploy a commit to the Gladly Team on Vercel.

A member of the Team first needs to authorize it.

HegarGarcia commented 2 years ago

Due to the changes in the v1.x branch, this PR will focus on allowing the build system to use typescript files but still utilize the index.d.ts on the repo.

Later PRs will migrate the repo to typescript. After the transition to typescript is completed, the auto d.ts generation will be enabled.

kmjennison commented 1 year ago

Thanks for starting this off! Closed in favor of #652