Database
You can now create your own database.
Look for the name of the project you've created
GDG_Cloudand click itOn the left menu click "Database"
Have a file in your computer for example
myDatabase.jsoncontaining the information from the json below.Click the three dots to the right
Select the option
Import jsonClick
BrowseClick
import
{
  "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