Skip to content

Commit ce76215

Browse files
committed
Update link to the database security rules documentation
1 parent cf2b7c5 commit ce76215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/RuleSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private function __construct(array $rules)
3232
* to authenticated users of your app. They are useful if you want data open to
3333
* all users of your app but don't want it open to the world.
3434
*
35-
* @see https://firebase.google.com/docs/database/security/quickstart#sample-rules
35+
* @see https://firebase.google.com/docs/database/security
3636
*/
3737
public static function default(): self
3838
{

0 commit comments

Comments
 (0)