From 3d2439633ad1b209759a5b3b941da273f3acff59 Mon Sep 17 00:00:00 2001 From: Pinkesh Date: Wed, 5 Feb 2025 10:30:58 +0530 Subject: [PATCH 1/2] Enable billing for Cloud Storage --- docs/ff-integrations/firebase/connect-to-firebase-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ff-integrations/firebase/connect-to-firebase-setup.md b/docs/ff-integrations/firebase/connect-to-firebase-setup.md index bacfdfc7..885b2a25 100644 --- a/docs/ff-integrations/firebase/connect-to-firebase-setup.md +++ b/docs/ff-integrations/firebase/connect-to-firebase-setup.md @@ -168,9 +168,9 @@ com/embed/1abddd1120db477da2c085dbc6b7a742?sid=5b161c8b-3957-4ac9-b27f-dc5ebc03f -## Enable Billing for Cloud Functions Access +## Enable Billing -If you want to deploy functions (e.g., Braintree payments, Push Notifications), you will need to enable billing for your Firebase project. Please follow these steps to enable billing: +If you want to deploy [Cloud Functions](https://firebase.google.com/products/functions) (e.g., Braintree payments, Push Notifications) or create [Firebase Cloud Storage](https://firebase.google.com/products/storage), you will need to enable billing for your Firebase project. Please follow these steps to enable billing: 1. From the Firebase dashboard of your project, navigate to the far left menu. Under Build, select **Functions** and then select **Upgrade project**. From a4458c6a37d8d9de9a4f9a41152e5e906e224dec Mon Sep 17 00:00:00 2001 From: Pooja Bhaumik Date: Thu, 6 Feb 2025 00:22:10 +0700 Subject: [PATCH 2/2] Update docs/ff-integrations/firebase/connect-to-firebase-setup.md --- docs/ff-integrations/firebase/connect-to-firebase-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ff-integrations/firebase/connect-to-firebase-setup.md b/docs/ff-integrations/firebase/connect-to-firebase-setup.md index 885b2a25..e4cfc4c2 100644 --- a/docs/ff-integrations/firebase/connect-to-firebase-setup.md +++ b/docs/ff-integrations/firebase/connect-to-firebase-setup.md @@ -170,7 +170,7 @@ com/embed/1abddd1120db477da2c085dbc6b7a742?sid=5b161c8b-3957-4ac9-b27f-dc5ebc03f ## Enable Billing -If you want to deploy [Cloud Functions](https://firebase.google.com/products/functions) (e.g., Braintree payments, Push Notifications) or create [Firebase Cloud Storage](https://firebase.google.com/products/storage), you will need to enable billing for your Firebase project. Please follow these steps to enable billing: +If you want to deploy [Cloud Functions](https://firebase.google.com/products/functions) (e.g., Braintree payments, Push Notifications) or use [Firebase Cloud Storage](https://firebase.google.com/products/storage), you will need to enable billing for your Firebase project. Please follow these steps to enable billing: 1. From the Firebase dashboard of your project, navigate to the far left menu. Under Build, select **Functions** and then select **Upgrade project**.