We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09df501 commit 7337c62Copy full SHA for 7337c62
README.md
@@ -75,5 +75,5 @@ storage = app.storage()
75
file_path = 'static/img/example.png'
76
77
# Store file to Firebase Storage
78
-storage.child(user.get('email')).child('uploaded-picture.png').put(file_path, user.get('idToken'))
+storage.child(user.get('localId')).child('uploaded-picture.png').put(file_path, user.get('idToken'))
79
```
0 commit comments