Ralfs Batarags
Results
3
comments of
Ralfs Batarags
ERROR in src/App.tsx:92:65 TS2339: Property 'limitToLast' does not exist on type 'QueryOrderByConstraint'. 90 | const dummy = useRef() as React.MutableRefObject 91 | const messagesRef = collection(db, 'messages') > 92 |...
import { addDoc, collection, getFirestore, orderBy, query, limitToLast, Timestamp, } from 'firebase/firestore'
how to fix this?