Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Kotlik committed Apr 19, 2024
1 parent aee5b05 commit becbf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ db = app.database()
# Data to save in database
data = {
"name": "Robert Downey Jr.",
"email": user.get('email')
"email": await user.get('email')
}

# Store data to Firebase Database
Expand Down

0 comments on commit becbf9c

Please sign in to comment.