-
Notifications
You must be signed in to change notification settings - Fork 927
Initial submit of auth-next framework #2851
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. You can remove most of the devDependencies since we manage them in the root package.json.
Also the peerDependencies should point to @firebase/app-exp
and @firebase/app-types-exp
. Otherwise, it looks great!
We are also moving toward keeping test files and source files in the same folder following the g3 style guide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly nits
Initial package structure--copied from packages/template, but with tests working
Initial package structure--copied from packages/template, but with tests working
Initial package structure--copied from packages/template, but with tests working
This is for the most part copied directly from packages/template, but I've installed a bunch of stuff in package.json to get the tests to run correctly