@@ -99,14 +99,11 @@ because the debug agent resolves a snapshot filename by searching for a file
9999with the longest matching path suffix. If a unique match is found, that file
100100will be used to set the snapshot.
101101
102- ## Firebase Realtime Database backend
102+ ## Snapshot Debugger - Firebase Realtime Database Backend
103103
104- The Cloud Debugger API is deprecated and will be turned down in May 2023.
105-
106- You can use Firebase Realtime Database for data persistence as an
107- alternative.
108-
109- ### Enabling the agent
104+ This functionality is available for release 6.0.0 onward of this agent and
105+ provides support for the Snapshot Debugger, which is being provided as a
106+ replacement for the deprecated Cloud Debugger service.
110107
111108To enable the agent, add the following at the top of your app's main script
112109or entry point:
@@ -120,17 +117,13 @@ require('@google-cloud/debug-agent').start({
120117```
121118
122119The following params are optional:
123- * firebaseDbUrl - https://** PROJECT_ID** -cdbg.firebaseio.com will be used if not
124- provided. where ** PROJECT_ID** is your project ID.
120+ * firebaseDbUrl - https://** PROJECT_ID** -cdbg.firebaseio.com will be used if
121+ not provided. where ** PROJECT_ID** is your project ID.
125122* firebaseKeyPath - Default google application credentials are used if not
126123 provided.
127124
128- ### Using the Debugger
129-
130- Using the Debugger with the Firebase Realtime Database backend requires using
131- the Snapshot Debugger CLI.
132-
133- See the [ full Snapshot Debugger CLI documentation] [ snapshot-debugger-readme ] .
125+ See https://github.com/GoogleCloudPlatform/snapshot-debugger and
126+ https://cloud.google.com/debugger/docs/deprecations for more details.
134127
135128## Limitations and Requirements
136129
0 commit comments