-
Notifications
You must be signed in to change notification settings - Fork 640
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Milestone
Description
On Cloud datastore documentation code:
// Save data to your dataset.
var blogPostData = {
title: 'How to make the perfect homemade pasta',
tags: ['pasta', 'homemade'],
author: 'Andrew Chilton',
isDraft: true,
wordCount: 450
};
var blogPostKey = ds.key('BlogPost'); // ds.key(..) should be dataset.key(..)Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.