There is a database named userdetails of three columns name, email, and password. How can I fetch only name from Firebase Firestore? Please give an example.
I have stucked in that thing(fetching of specific data)
There is a database named userdetails of three columns name, email, and password. How can I fetch only name from Firebase Firestore? Please give an example.
I have stucked in that thing(fetching of specific data)
As far as I am aware, you can't do that with a server side query. A firebase query would return the DocumentSnapshot.
On the client side you would map that to what you need.
https://firebase.google.com/docs/firestore/query-data/get-data