From 95bf4ec181b27cb415c1af9788f4b076f8e127a5 Mon Sep 17 00:00:00 2001 From: Brad Johnson Date: Sun, 14 Jul 2024 04:13:50 -0600 Subject: [PATCH] Update README.md to point to better docs (#225) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b23801..acdb9a2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In order to access a Firebase project and its related services using a server SD For server-to-server communication this is done with a Service Account. If you don't already have generated a Service Account, you can do so by following the instructions from the -official documentation pages at https://firebase.google.com/docs/admin/setup#initialize_the_sdk. +official documentation pages at https://firebase.google.com/docs/admin/setup#initialize_the_sdk_in_non-google_environments. Once you have downloaded the Service Account JSON file, you can configure the package by specifying environment variables starting with `FIREBASE_` in your `.env` file. Usually, the following are