Skip to content

Commit cabb8fe

Browse files
authored
Update README.md
1 parent 5d1f82b commit cabb8fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ Eg.
4848
## Set User Upload Permissions
4949
Login to your firebase console, click on STORAGE, then click on RULES
5050
Replace whatever default code you have their with the one below:
51+
Don't forget to replace <PROJECT_ID> with your firebase project's ID
5152

5253
```
5354
service firebase.storage {
54-
match /b/project-162854887831486239.appspot.com/o {
55+
match /b/project-<PROJECT_ID>.appspot.com/o {
5556
match /{userId}/{timestamp}/{fileName} {
5657
allow write: if request.auth.uid == userId;
5758
allow read;

0 commit comments

Comments
 (0)