Unhandled Runtime Error / next-firebase-auth #554
-
Hello.. I'm trying to build something with an auth component using next-firebase-auth but is giving me the same error. if I have followed the instructions in the README.MD why do I have this error message? Thanks for any help whit this. |
Beta Was this translation helpful? Give feedback.
Answered by
kmjennison
Sep 11, 2022
Replies: 1 comment 1 reply
-
You might be using incompatible version of Firebase and |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
uancamilo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might be using incompatible version of Firebase and
next-firebase-auth
. For Firebase v9+, be sure you're usingnext-firebase-auth@canary
.