Firebase doesn’t return data after applying orderBy function
In my app I want to get users data from Firestore in alphabetical order by name so I decided to use orderBy for that, but receive undefined.
Firebase doesn’t return data after applying orderBy function
In my app I want to get users data from Firestore in alphabetical order by name so I decided to use orderBy for that, but receive undefined.
Firebase doesn’t return data after applying orderBy function
In my app I want to get users data from Firestore in alphabetical order by name so I decided to use orderBy for that, but receive undefined.
How to query using inline JSX conditional expression using Firebase?
I googled but couldn’t find a similar usage. Maybe the question is very specific but I wonder if I can write an inline conditional JSX expression using firebase like this way or somewhat similar to this?
`serverTimestamp()` is not being updated correctly while other data is written properly when the user is not logged in
When the user wants to connect with an expert, they submit data in the below format.
How can I update/create multiple documents in a collection in firebase?
I’m trying to use a default collection in firebase that a user can overwrite with their own values and save elsewhere.
component is re-rendering after receiving new data from server
I’m trying update my chats list. I’m receiving an object from server using “onSnapshot” query method of firestore and these object represents users, groups and channels. Then I’m combining these object using Object.assign
method and then turning them into array so I can use map. The problem is when other users deletes me from their group, that group is not vanished in chats list.
How to get the last value from array in firestore
I’m trying to build chat application using firestore and i want to get the latest value from array. How can i call it from cloud firebase.
FirebaseError: Firebase Storage: User does not have permission to access ‘products/7WF8Jzbp5aCB8zx9Gm35’. (storage/unauthorized)
I am getting this error whenever i am trying to add new products in my web app
How to solve Attempted import error: ‘./firebaseConfig’ does not contain a default export (imported as ‘db’)
Iam integrating firebase to my react app and trying to import the firebase component to other component but its showing me error.