Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

docs: Update Firebase notes in README #66

Merged
merged 1 commit into from
Jan 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,16 @@ Alternatively, you can pass the `--noreload` flag when running the Django
using the `--noreload` flag disables the autoreload feature in Django, which
means local changes to files will not be automatically picked up by Django.

### Experimental Firebase Realtime Database Backend
### Snapshot Debugger - Firebase Realtime Database Backend

This functionality is available for release 3.0 onward of this agent.
This functionality is available for release 3.0 onward of this agent and
provides support for the Snapshot Debugger, which is being provided as a
replacement for the deprecated Cloud Debugger service.

The agent can be configured to use Firebase Realtime Database as a backend
instead of the deprecated Cloud Debugger service. If the Firebase backend is
used, breakpoints can be viewed and set using the Snapshot Debugger CLI instead
of the Cloud Console.
instead of the Cloud Debugger service. If the Firebase backend is used,
breakpoints can be viewed and set using the Snapshot Debugger CLI instead of the
Cloud Console.

To use the Firebase backend, set the flag when enabling the agent:

Expand All @@ -258,7 +260,8 @@ except ImportError:
pass
```

See https://github.com/GoogleCloudPlatform/snapshot-debugger for more details.
See https://github.com/GoogleCloudPlatform/snapshot-debugger and
https://cloud.google.com/debugger/docs/deprecations for more details.


## Flag Reference
Expand Down