From 5c15addcbe978285b785bc0d410f961fc457ca28 Mon Sep 17 00:00:00 2001 From: Dale Lakes <103068176+dale-lakes@users.noreply.github.com> Date: Fri, 25 Aug 2023 16:13:26 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d892e05..2e1b68b 100644 --- a/README.md +++ b/README.md @@ -244,12 +244,12 @@ BackgroundGeolocationFirebase.configure(BackgroundGeolocationFirebaseConfig( // or BackgroundGeolocationFirebase.configure(BackgroundGeolocationFirebaseConfig( - locationsCollection: '/users/123/routes/456/the_location' // <-- 4 "parts": even + locationsCollection: '/users/user123/locations/latest_location' // <-- 4 "parts": even )); // Don't use an odd number of "parts" BackgroundGeolocationFirebase.configure(BackgroundGeolocationFirebaseConfig( - locationsCollection: '/users/123/latest_location' // <-- 3 "parts": odd!! No! + locationsCollection: '/users/user123/latest_location' // <-- 3 "parts": odd!! No! )); ```