Firebase datachange event bug

I am using firebase database datachanged event block which calls entire data from database when the app opens i turned on Persist but still datachange event block calls entire data.How to stop datachange block to get the entire data from database

You can Use ‘If -then’ block like this…

blocks

Edit: You can use ‘If then’ with ‘Data Changed’ To get Specific data if you need. it’s Preety Simple :innocent:

Datachange block is calling whole data from firebase when the app opens even I am not calling any data

1 Like

Yes, that’s normal but if you want to show specific data to your App’s user then you can use these blocks i have show you above.

Actualy datachange blocks is not calling data when app is opening that’s ‘Get Data’.

when your Firesbase data got any changes then ‘data change’ will Work.

My problem is different and you solution is different

1 Like

I haven’t used any get data block but sill it loads all data

1 Like

May i see your Blocks?

When Any data will be get change in firebase then ‘data change’ will get all data from firebase :roll_eyes:

One solution, since all data is fetched and suppose you get duplicates in global name list, is when datahcaneged. data changed first set global name to create an empty list and then add items to list

Whenever I open my app the datachange block call entire data even I am not calling anything bor adding any new data

Which data do you want?

I am using firebase

I Mean which data do you want with ‘Data Change’

I tried this solution but problem is still there

Turn On Persist and Your problem will be solve.

To overcome this problem try this

image

1 Like

Datachange block is calling all the data from database without calling any data

Is project bucket correctly defined in designer properties ? Because sometimes when we open project again firebase’s project name changes in designer view