Skip to content

Commit 7724e8e

Browse files
committed
docs: add + fix eventarc ref docs
1 parent 4c3a66c commit 7724e8e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/generate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ TITLE="Firebase Python SDK for Cloud Functions"
8585
PY_MODULES='firebase_functions
8686
firebase_functions.core
8787
firebase_functions.db_fn
88+
firebase_functions.eventarc_fn
8889
firebase_functions.https_fn
8990
firebase_functions.options
9091
firebase_functions.params

src/firebase_functions/eventarc_fn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def on_custom_event_published(
3535
Example:
3636
3737
.. code-block:: python
38+
3839
from firebase_functions import eventarc_fn
3940
4041
@eventarc_fn.on_custom_event_published(

0 commit comments

Comments
 (0)