Skip to content

Commit

Permalink
Firebase Cloud Functions -> Cloud Functions for Firebase (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev authored Aug 5, 2024
1 parent e7d9549 commit 3953235
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/deploy-node.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Deploy flows to any Node.js platform

Firebase Genkit has built-in integrations that help you deploy your flows to
Firebase Cloud Functions and Google Cloud Run, but you can also deploy your
Cloud Functions for Firebase and Google Cloud Run, but you can also deploy your
flows to any platform that can serve an Express.js app, whether it’s a cloud
service or self-hosted.

Expand Down
2 changes: 1 addition & 1 deletion docs/firebase.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- NOTE: prettier-ignore used in some snippets to allow copy/paste into Firebase Functions which
use https://github.com/firebase/firebase-tools/blob/master/templates/init/functions/javascript/_eslintrc -->

# Genkit with Firebase Cloud Functions
# Genkit with Cloud Functions for Firebase

Firebase Genkit includes a plugin that helps you deploy your flows to Firebase
Cloud Functions. This page, as an example, walks you through the process of
Expand Down
2 changes: 1 addition & 1 deletion genkit-tools/cli/config/firebase.index.ts.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const menuSuggestionFlow = onFlow(
// By default, the firebaseAuth policy requires that all requests have an
// `Authorization: Bearer` header containing the user's Firebase
// Authentication ID token. All other requests are rejected with error
// 403. If your app client uses the Firebase Cloud Functions callable
// 403. If your app client uses the Cloud Functions for Firebase callable
// functions feature, the library automatically attaches this header to
// requests.

Expand Down

0 comments on commit 3953235

Please sign in to comment.