Idea for receiving particular data from firebase
Requirements: Firebase Database Some Maps Ok , now lets start: First setup the firebase setting in library manager . Lets add components of firebase database 'fbdb' with root 'data'. Now create 2 maps, named 'receive_map' and 'send_map'. Everything is ready, i have made this: Lets go to event 'onClick Button senddata', and add blocks like this: In event OnChildAdded & OnChildChanged, we have to add blocks such that the added value would added in a map, with the key 'Childkey', similar to this: Now go to event 'onClick Button receivedata', and put this blocks: Logic: Data is sent with the given key of 'edittext1' and value of 'edittext2', and when this value is added in firebase, this data is putted in other map with key 'ChildKey' and value of the data. And when we ask for receiving data, it search the map with the key given in 'edittext3' ...