How do I get database firebase show listview on mit app inventor of user's?

firebase

![1|629x500]

Screen Add data to firebase of user .

(upload://c70JlKJGdER1aJ2wM2iG4KyQ7Qt.jpeg)

![4|495x500]
Screen listviews show data from firebase table machines/.
(upload://wHzbGoIBHexySb9iZVBPoFgBgtb.jpeg)
i need data show on listview.
5

Screen listviews show data from firebase table machines/.

What are your firebase rules? Read all, write to own?

This is firebase rules.

Are you happy with those rules....
https://firebase.google.com/docs/rules/insecure-rules#access_for_any_authenticated_user

and what does your "responseContent" look like ? (put it into a label)

Line 4 error.

Now rules can use.

" responesContent " not show Data but show not found

and this is Screen listmachine.
What i should change?

Please show your responseContent...

image

Hi @Pe_Pasaet
What about using FirebaseDB component?

please....

You mean this?


what is component ?, i don't understand.

when i do this.

show like this

OK you are close, but probably easier to use dictionaries to access the data within your JSON

here is an example:

data (just two records)

{
"-MQLTtpgaskdluiortkj":{"Email":"b@net.com","next3":"askfjlfk","next4":"sdfsofk"},
"-MRMFtpgaskdljaalskj":{"Email":"a@net.com","next1":"askfjlfk","next2":"sdfsofk"}
}

blocks

screen

image

Try setting up your Web1.Text event block as above, with your data and see how it goes

Thank you for your help . :pray:t2: :smiley:

excuse me again
One more thing. i need Database of users show on listview.
But this Screen login by another firebase project for admin
because admin wanna to see all users of database
image