diff --git a/bigquery-import/functions/package.json b/bigquery-import/functions/package.json index f182176..d835662 100644 --- a/bigquery-import/functions/package.json +++ b/bigquery-import/functions/package.json @@ -1,9 +1,9 @@ { - "main": "index.js", + "name": "bigquery-import-functions", + "description": "Import data to BigQuery Firebase Functions sample", "dependencies": { "@google-cloud/bigquery": "^0.6.0", - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz", - "q": "^1.4.1" } } diff --git a/child-count/functions/package.json b/child-count/functions/package.json index cef5649..b31ef23 100644 --- a/child-count/functions/package.json +++ b/child-count/functions/package.json @@ -1,7 +1,8 @@ { - "main": "index.js", + "name": "child-count-functions", + "description": "Count Child nodes Firebase Functions sample", "dependencies": { - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz" } } diff --git a/convert-images/functions/package.json b/convert-images/functions/package.json index 66273bb..f96eebb 100644 --- a/convert-images/functions/package.json +++ b/convert-images/functions/package.json @@ -1,10 +1,10 @@ { - "name": "functions", - "description": "Firebase Functions", + "name": "convert-images-functions", + "description": "Convert images to JPEG Firebase Functions sample", "dependencies": { "@google-cloud/storage": "^0.4.0", "child-process-promise": "^2.2.0", - "firebase": "^3.6.0", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz", "mkdirp": "^0.5.1", "mkdirp-promise": "^4.0.0" diff --git a/email-confirmation/functions/package.json b/email-confirmation/functions/package.json index f5e8572..7b50859 100644 --- a/email-confirmation/functions/package.json +++ b/email-confirmation/functions/package.json @@ -1,9 +1,9 @@ { - "name": "functions", - "description": "Firebase Functions", + "name": "email-confirmation-functions", + "description": "Send Email confirmation upon sign up to a Mailing list Firebase Functions sample", "dependencies": { "nodemailer": "^2.4.1", - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz" } } diff --git a/exif-images/functions/package.json b/exif-images/functions/package.json index 66273bb..6aeef82 100644 --- a/exif-images/functions/package.json +++ b/exif-images/functions/package.json @@ -1,10 +1,10 @@ { - "name": "functions", - "description": "Firebase Functions", + "name": "exif-images-functions", + "description": "Extract EXIF metadata from images Firebase Functions sample", "dependencies": { "@google-cloud/storage": "^0.4.0", "child-process-promise": "^2.2.0", - "firebase": "^3.6.0", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz", "mkdirp": "^0.5.1", "mkdirp-promise": "^4.0.0" diff --git a/fcm-notifications/functions/package.json b/fcm-notifications/functions/package.json index d1066fa..7a551f1 100644 --- a/fcm-notifications/functions/package.json +++ b/fcm-notifications/functions/package.json @@ -1,8 +1,8 @@ { - "name": "fcm-notifications-sample-functions", - "description": "Sends notifications whena user gets new followers.", + "name": "fcm-notifications-functions", + "description": "Send FCM notifications Firebase Functions sample", "dependencies": { - "firebase": "^3.6.0", + "firebase": "^3.6", "firebase-admin": "^4.0.1", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz", "request": "^2.78.0", diff --git a/fulltext-search/functions/package.json b/fulltext-search/functions/package.json index 7686aae..ea0426f 100644 --- a/fulltext-search/functions/package.json +++ b/fulltext-search/functions/package.json @@ -1,7 +1,8 @@ { - "main": "index.js", + "name": "fulltext-search-functions", + "description": "Full Text Search with Algolia Firebase Functions sample", "dependencies": { - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz", "algoliasearch": "^3.10.2" } diff --git a/generate-thumbnail/functions/package.json b/generate-thumbnail/functions/package.json index 66273bb..fbf59ef 100644 --- a/generate-thumbnail/functions/package.json +++ b/generate-thumbnail/functions/package.json @@ -1,10 +1,10 @@ { - "name": "functions", - "description": "Firebase Functions", + "name": "generate-thumbnail-functions", + "description": "Generate Thumbnail Firebase Functions sample", "dependencies": { "@google-cloud/storage": "^0.4.0", "child-process-promise": "^2.2.0", - "firebase": "^3.6.0", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz", "mkdirp": "^0.5.1", "mkdirp-promise": "^4.0.0" diff --git a/instagram-auth/functions/package.json b/instagram-auth/functions/package.json index 2e2e012..ac12604 100644 --- a/instagram-auth/functions/package.json +++ b/instagram-auth/functions/package.json @@ -1,10 +1,10 @@ { - "name": "functions", - "description": "Firebase Functions", + "name": "instagram-auth-functions", + "description": "Authenticate with Instagram Firebase Functions sample", "dependencies": { "cookie-parser": "^1.4.3", "crypto": "0.0.3", - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz", "request": "^2.74.0", "request-promise-native": "^1.0.3", diff --git a/lastmodified-tracking/functions/package.json b/lastmodified-tracking/functions/package.json index cef5649..138b4bf 100644 --- a/lastmodified-tracking/functions/package.json +++ b/lastmodified-tracking/functions/package.json @@ -1,7 +1,8 @@ { - "main": "index.js", + "name": "lastmodified-tracking-functions", + "description": "Track Lastmodified date of nodes Firebase Functions sample", "dependencies": { - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz" } } diff --git a/limit-children/functions/package.json b/limit-children/functions/package.json index cef5649..688282e 100644 --- a/limit-children/functions/package.json +++ b/limit-children/functions/package.json @@ -1,7 +1,8 @@ { - "main": "index.js", + "name": "limit-children-functions", + "description": "Limit number of child nodes Firebase Functions sample", "dependencies": { - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz" } } diff --git a/linkedin-auth/functions/package.json b/linkedin-auth/functions/package.json index 0ffe1a6..540940d 100644 --- a/linkedin-auth/functions/package.json +++ b/linkedin-auth/functions/package.json @@ -1,10 +1,10 @@ { - "name": "functions", - "description": "Firebase Functions", + "name": "linkedin-auth-functions", + "description": "Authenticate with LinkedIn Firebase Functions sample", "dependencies": { "cookie-parser": "^1.4.3", "crypto": "0.0.3", - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz", "node-linkedin": "^0.5.4" } diff --git a/message-translation/functions/package.json b/message-translation/functions/package.json index cc95b90..39f6862 100644 --- a/message-translation/functions/package.json +++ b/message-translation/functions/package.json @@ -1,7 +1,8 @@ { - "main": "index.js", + "name": "message-translation-functions", + "description": "Transalte Messages Firebase Functions sample", "dependencies": { - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz", "request-promise": "^2.0.0", "rsvp": "^3.1.0" diff --git a/minimal-webhook/functions/package.json b/minimal-webhook/functions/package.json index f22a436..8ca0163 100644 --- a/minimal-webhook/functions/package.json +++ b/minimal-webhook/functions/package.json @@ -1,7 +1,8 @@ { - "main": "index.js", + "name": "minimal-webhook-functions", + "description": "Queries a Webhook Firebase Functions sample", "dependencies": { - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz", "request-promise": "^2.0.0" } diff --git a/moderate-images/functions/package.json b/moderate-images/functions/package.json index 539e1cd..cc9c33a 100644 --- a/moderate-images/functions/package.json +++ b/moderate-images/functions/package.json @@ -1,11 +1,11 @@ { "name": "moderate-image-function", - "description": "Offensive Image blurring using Firebase Function.", + "description": "Offensive Image blurring using Firebase Function", "dependencies": { "@google-cloud/storage": "^0.4.0", "@google-cloud/vision": "^0.5.0", "child-process-promise": "^2.2.0", - "firebase": "^3.6.0", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz", "mkdirp": "^0.5.1", "mkdirp-promise": "^4.0.0" diff --git a/quickstarts/database/functions/package.json b/quickstarts/database/functions/package.json index cef5649..23a62f9 100644 --- a/quickstarts/database/functions/package.json +++ b/quickstarts/database/functions/package.json @@ -1,7 +1,8 @@ { - "main": "index.js", + "name": "database-quickstart-functions", + "description": "Realtime Database Firebase Functions Quickstart sample", "dependencies": { - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz" } } diff --git a/quickstarts/https/functions/package.json b/quickstarts/https/functions/package.json index 1c3788c..08a4077 100644 --- a/quickstarts/https/functions/package.json +++ b/quickstarts/https/functions/package.json @@ -1,10 +1,10 @@ { "name": "https-quickstart-functions", - "description": "HTTPS Firebase Functions Quickstart sample ", + "description": "HTTPS Firebase Functions Quickstart sample", "dependencies": { "cors": "^2.8.1", "dateformat": "^1.0.12", - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz" } } diff --git a/quickstarts/uppercase/functions/package.json b/quickstarts/uppercase/functions/package.json index ae51e1b..7e59d0c 100644 --- a/quickstarts/uppercase/functions/package.json +++ b/quickstarts/uppercase/functions/package.json @@ -1,6 +1,6 @@ { "name": "uppercase-quickstart-functions", - "description": "Uppercaser Firebase Functions Quickstart sample ", + "description": "Uppercaser Firebase Functions Quickstart sample", "dependencies": { "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz" diff --git a/text-moderation/functions/package.json b/text-moderation/functions/package.json index 136c6ad..f95e8cc 100644 --- a/text-moderation/functions/package.json +++ b/text-moderation/functions/package.json @@ -1,9 +1,10 @@ { - "main": "index.js", + "name": "text-moderation-functions", + "description": "Moderate text using Firebase Functions", "dependencies": { "bad-words": "^1.3.1", "capitalize-sentence": "^0.1.2", - "firebase": "^3.4.1", + "firebase": "^3.6", "firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz" } }