this is my code
admin.initializeApp({...}); var db = admin.database(); let ref = db.ref(...); await ref.once("value",function () {...},); firebase.da