The Firebase data is not appearing in my app

I am creating an app that tells the news which I type in my Firebase project. But, so far, the project is not working. I type some news in my Firebase project, only to see nothing in the ListView.

This is my code.

It would help to see your data from the Firebase console?

Sure.

OK

In the designer set your ProjectBucket to "News" (no quotes)

In the Firebase console, set your data like this:

News:
|
--  item001: "the sun came out today"
--  item002: "the president won the election"

in your blocks getValue tag = item001

I did this but the same problem persists.

Look for a Firebase event block that catches errors.

Add a Notifier with an OK button to alert you.

Sure.

Like so:

image

Check you have the correct firebase url in the designer

https://zzzzzz.firebaseio.com/