We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b313d7d commit 34387cbCopy full SHA for 34387cb
components/Subscribe.jsx
@@ -1,7 +1,7 @@
1
"use client";
2
3
import React, { useState } from "react";
4
-import { collection, addDoc } from "firebase/firestore";
+import { collection, addDoc, query, where, getDocs } from "firebase/firestore";
5
import { db } from "../firebase/firebase";
6
import { toast } from "react-toastify";
7
0 commit comments