For the complete documentation index, see llms.txt. This page is also available as Markdown.

Database

You can now create your own database.

  1. Look for the name of the project you've created GDG_Cloud and click it

  2. On the left menu click "Database"

  3. Have a file in your computer for example myDatabase.json containing the information from the json below.

  4. Click the three dots to the right

  5. Select the option Import json

  6. Click Browse

  7. Click import

myDatabase.json
{
  "myDatabase": [
    {
      "Email": "laura.s.morinigo@gmail.com ",
      "Name": "Laura",
      "Skill": "Firebase"
    },
    {
      "Email": "amanda@gdgcloud.com",
      "Name": "Amanda",
      "Skill": "Actions on Google"
    },
    {
      "Email": "yaz@gdgcloud.com",
      "Name": "Yaz",
      "Skill": "Tensorflow"
    },
    {
      "Email": "terraccianosaverio@gmail.com",
      "Name": "Saverio",
      "Skill": "Machine Learning"
    }
  ]
}

Last updated