0

Excuse me,Could you help me to use Tools-Firebase in Android Studio to get one of the Data on my Firebase Cloud Firestore? I am a beginner, I watched many video and still can't do it .(I use java in android studio.)

enter image description here

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • 1
    Did you try anything yet. If not, I recommend starting with the relevant Firebase documentation: https://firebase.google.com/docs/firestore/query-data/get-data. If you did, edit your question to include the [minimal, complete/standalone code that reproduces where you got stuck](http://stackoverflow.com/help/mcve). – Frank van Puffelen Oct 19 '19 at 18:46

1 Answers1

0

Apart from the documentation that @FrankvanPuffelen mentioned in his comment, I would suggest you to take a look at the answers of these Stackoverflow questions, showing how to get the value of a specific field of a document:

Example 1

Example 2

tzovourn
  • 1,293
  • 8
  • 18