Appscript: Add data from Google Spreadsheets to Firebase RealtimeDB node
问题 Im trying to add data from google's sheets to firebase. This is my spreadsheet and this is what im trying to achieve -> RealtimeDb This is what i have done so far, but it creates new node Items and put only the values without their names. Like What it does --> Items >0 1: 'name of the product' 2: 'product barcode'..etc ------------------ What i want --> Items > examplebarcode : itemname : 'radeonRX' itembarcode: '234523523523' var secret = '...' function getFirebaseUrl(jsonPath) { return (