Skip to content

Commit 34387cb

Browse files
committed
add query
1 parent b313d7d commit 34387cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Subscribe.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22

33
import React, { useState } from "react";
4-
import { collection, addDoc } from "firebase/firestore";
4+
import { collection, addDoc, query, where, getDocs } from "firebase/firestore";
55
import { db } from "../firebase/firebase";
66
import { toast } from "react-toastify";
77

0 commit comments

Comments
 (0)