Skip to content

Commit e7f2068

Browse files
committed
Add firestore function location
1 parent 8be93ed commit e7f2068

3 files changed

+2
-0
lines changed
154 KB
Loading

assets/firestore_db_example.png

115 KB
Loading

extension.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ resources:
2121
description: A function that indexes data into Typesense when it's triggered by Firestore changes
2222
type: firebaseextensions.v1beta.v2function
2323
properties:
24+
location: ${LOCATION}
2425
sourceDirectory: functions
2526
buildConfig:
2627
runtime: nodejs22
@@ -42,6 +43,7 @@ resources:
4243
triggered when a Firestore document with the path `typesense_sync/backfill` has the contents of `trigger: true`.
4344
type: firebaseextensions.v1beta.v2function
4445
properties:
46+
location: ${LOCATION}
4547
buildConfig:
4648
runtime: nodejs22
4749
sourceDirectory: functions

0 commit comments

Comments
 (0)