Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var status='belum';
- var nilai=0;
- while(statuss !== 'belum')
- {
- nilai = nilai+1;
- window.firebase.database().ref("DataPenerima/"+nilai).on("value",function(row)
- {
- statuss = row.val().Status;
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment