Skip to content

Commit c676a43

Browse files
authored
docs: update broken link to firebase rules (#292)
1 parent 76a3c07 commit c676a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/local-dev-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Follow the instructions below to enable and configure these features.
7474
This configures your Realtime Database to be accessible to anyone for 30 days.
7575
It is also possible to restrict access to authenticated users only by specifying the condition as `auth.uid !== null`.
7676
However, not all features will work.
77-
The rules in use by the Opal solution can be found in the [listener project](https://github.com/opalmedapps/opal-listener/blob/main/firebase/dev/database.rules.json).
77+
The rules in use by the Opal solution can be found in the [listener project](https://github.com/opalmedapps/opal-listener/blob/main/firebase/database.rules.json).
7878
See the [instructions on how to deploy them](https://github.com/opalmedapps/opal-listener/blob/main/docs/source/firebase-rules.md) to your project or copy-and-paste them into your project's rules.
7979

8080
See also the Firebase documentation on [Firebase Security Rules](https://firebase.google.com/docs/rules).

0 commit comments

Comments
 (0)