Firebase database "when data changed " getting performed automatically

image
when screen getting initialized above block getting executed automatically. is it normal?

Yes, it is Fully normal

1 Like

@Winter See This :-

  1. Data changed block will be triggered/executed whenever the data on firebase is changed.

  2. This block is automated so you can’t manually Stop this and the execution of this block is occur even if the data is changed or edited manually on firebase.

Block of Data Changed if you want to get data automatically and every time when ever the data is changed then use this

Block of Got Value If you want to call data on Specific time and by yourself or users then use this block

thanks

No data getting changed when screen initialized then why it getting executed?

Really are you sure @Winter because this block on execute on data change

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.