You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/local-dev-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Follow the instructions below to enable and configure these features.
74
74
This configures your Realtime Database to be accessible to anyone for 30 days.
75
75
It is also possible to restrict access to authenticated users only by specifying the condition as `auth.uid !== null`.
76
76
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).
78
78
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.
79
79
80
80
See also the Firebase documentation on [Firebase Security Rules](https://firebase.google.com/docs/rules).
0 commit comments