Posts

Idea for receiving particular data from firebase

Image
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' ...

How to make apk file's link ?

Image
Requirements:  Apk Extractor - Click Here to Download Online Storage (Recommend Google Drive  & Aptoide ) First make apk file by using 'Apk Extractor' or any other way. Upload that apk file on google drive. The Copied link will be URL of apk file.