How to retrieve data from Firebase Database?
问题 I'm trying to create a simple program that takes name, mobile number and email address from user and then puts the data on Firebase Realtime Database. There are 3 input boxes and a button which on click does the above operation. Here is the code: <input type="text" id="name"> <input type="text" id="mobile"> <input type="text" id="email"> <button type="button" id="button" onclick="addLead()">Submit</button> I've set up Firebase like this: <script src="https://www.gstatic.com/firebasejs/3.2.0