0

I am working on an add-on that will send the questions and answer from the google forms to the real-time database. I found the following steps to be able to pass the forms data to firebase.

However, when following the steps, I get the following error (refer to the screenshot below). I am not sure if this library is no longer available. Is there another approach that I can try that will allow me to pass the data from google forms to firebase?

enter image description here

Roberto Flores
  • 775
  • 2
  • 12
  • 46

1 Answers1

1

According to this post: Cannot add Firebase library to Apps Script:

You now need the script ID as opposed to the project key to install an Apps Script library. The script ID for this specific library is 1hguuh4Zx72XVC1Zldm_vTtcUUKUA6iBUOoGnJUWLfqDWx5WlOJHqYkrt, which can also be seen in the FirebaseApp site.

References:

CMB
  • 4,950
  • 1
  • 4
  • 16