Skip to content

Commit 7337c62

Browse files
docs: update example usage
1 parent 09df501 commit 7337c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ storage = app.storage()
7575
file_path = 'static/img/example.png'
7676

7777
# Store file to Firebase Storage
78-
storage.child(user.get('email')).child('uploaded-picture.png').put(file_path, user.get('idToken'))
78+
storage.child(user.get('localId')).child('uploaded-picture.png').put(file_path, user.get('idToken'))
7979
```

0 commit comments

Comments
 (0)