Unable to create Login system using Google Sheets database

We are currently trying to link a google sheet to our Flipabit project with the intent to have login page just like the one in the sample project (Login system using Google Sheets database - #4 by Michael) provided in the forum. We’ve followed the forum solution step-by-step but still unable to do so. Appreciate your advice. Thank you!

function () {
    return "SELECT * FROM data WHERE \"login\" = '"+document.childByName("TextField_userLogin").content.text+"' AND \"password\" = '"+document.childByName("TextField_userPassword").content.text+"'  LIMIT 0, -1"
}

Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.