Can anyone help me? Fetch data from firebase

I have 2 apps but use the same firebase, Can kodular do that?

  • First app create data and save to firebase.
    -The second app will display data from firebase on the screen and can be deleted too.

Now I can make my first app. But the second app I can’t. Who can help me?

1 Like

Yeap no issue. You can do that

In second app you have to call the data by using the same firebase url. token as well project bucket.

If project bucket mismatching mean, you wont be able to get single data

Showing few model but you can adjust
For APP 1,
image

In APP2.
Method1
(note here you can get the data even by button click or at the time of screen initialize)

Method2

1 Like