Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Sánchez authored Nov 20, 2019
1 parent 2ebf2b8 commit 70ba169
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ Only "Run app" in the play button.

If you want to perform authentication (to get old conversations from an userId), otherwise the conversation will be anonymous (always a new conversation).

```
* User Identifier: The identifier of the user (a string generated as you want, an email, a phone number, an email + a phone number)
* Key Id: The key id you can found in the Settings of your appId in https://app.smooch.io
* key Secret: The secret you can found in the Settings of your appId in https://app.smooch.io
```

```
* User properties: If you want to add properties to the user logged in (metadata to identify room for example)
```
* User properties: If you want to add properties to the logged user (metadata to identify room for example)

## Predefine params

Expand All @@ -44,4 +40,4 @@ If you want to predefine params before run to avoid copy and paste ids in the mo
<string name="key_secret_example"></string>
<string name="key_value_example"></string>
<string name="user_id_example"></string>
```
```

0 comments on commit 70ba169

Please sign in to comment.