Firebase

This Google Apps Script library provides access to the Firebase Realtime Database, a NoSQL cloud database provided by Google for storing and sync your app's data.

Users can read & write data in any database they have access to. This library is based on the Firebase REST API.

INSTALLATION - REFERENCE - TUTORIALS - SOURCE

  1. In the script editor, click on Resources > Librairies...

    1. A popup box opens. Insert the following project key in the textbox:

    2. MYeP8ZEEt1ylVDxS7uyg9plDOcoke7-2l

    3. and click on the Select button next to it.

  1. Click on the box listing the different versions of the library. Select the latest public release.

  1. Click OK. You can now use this library.