Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louisrli authored Jun 11, 2020
1 parent 2f93226 commit 03008c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ Please use React Bootstrap to implement this form. The package has been installe
The Firebase Database, which only I can see, accepts the following fields. The document ID should be the ID of the user. THe collection name is `profiles`.

- `city`: The value in the "city" form field.
- `name`: The value in the "user" form field.
- `name`: The name in Google for the account
- `userId`: The unique user ID (available via Google. Please don't make a user ID yourself).
- `imageUrl`: The Google profile picture of the image (available via Google).
- `profile`: The value of the profile form field

Please read these field names very carefully, as Firebase will crash if you try to insert any fields that you didn't specify.

Expand Down

0 comments on commit 03008c8

Please sign in to comment.