Service firestore not available #33798
Answered
by
avibhardwaj233
avibhardwaj233
asked this question in
Help
-
I am trying to use firestore as my Database with Next.js but whenever I initialize it with This error never happened before in any other framework like React or Svelte. I also tried creating a new firebase project but it didn't work. |
Beta Was this translation helpful? Give feedback.
Answered by
avibhardwaj233
Jan 31, 2022
Replies: 1 comment 6 replies
-
The error is now actually solved, I was just importing |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
avibhardwaj233
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error is now actually solved, I was just importing
initializeApp()
in the wrong way.