We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
We should take advantage of modular Firebase admin: https://firebase.google.com/docs/admin/migrate-node-v10#use-modules-instead-of-namespaces
Describe the solution you'd like and how you'd implement it A clear and concise description of what you want to happen.
Currently, we do:
import * as admin from 'firebase-admin'
We should use:
import { initializeApp } from 'firebase-admin/app'
Is this a breaking change? Would this require existing users to change how they're using next-firebase-auth?
next-firebase-auth
[Edited] Yes, firebase-admin would need to be v10+.
firebase-admin
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
None
The text was updated successfully, but these errors were encountered:
Firebase just released v11: https://github.com/firebase/firebase-admin-node/releases/tag/v11.0.0
I will try to use it. If there's any issue, should I report them here or should I make a new one? @kmjennison
Sorry, something went wrong.
@louisgv Please open a separate issue if you have a problem with v11. Thanks!
Closed in #548.
No branches or pull requests
Is your feature request related to a problem? Please describe.
We should take advantage of modular Firebase admin:
https://firebase.google.com/docs/admin/migrate-node-v10#use-modules-instead-of-namespaces
Describe the solution you'd like and how you'd implement it
A clear and concise description of what you want to happen.
Currently, we do:
We should use:
Is this a breaking change?
Would this require existing users to change how they're using
next-firebase-auth
?[Edited] Yes,
firebase-admin
would need to be v10+.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
None
The text was updated successfully, but these errors were encountered: