remove stream from docs (#1199)
since stream was removed in the notifications update, just removing stream in the set up part of the docs
This commit is contained in:
parent
759d7540a7
commit
8e18df003e
1 changed files with 0 additions and 32 deletions
|
|
@ -117,38 +117,6 @@ Client Secret -> GITHUB_SECRET
|
|||
|
||||
4. Done!
|
||||
|
||||
# Stream
|
||||
|
||||
1. [Sign up for an account with this link](https://getstream.io/accounts/signup/), using either your email or GitHub.
|
||||
|
||||

|
||||
|
||||
2. Click "View Dashboard" at the top right corner.
|
||||
|
||||

|
||||
|
||||
3. **In the next page, click "Add New Feed Group".**
|
||||
|
||||

|
||||
|
||||
<hr>
|
||||
|
||||
4. Add a new feed group with the type "Notification" and name it `notifications` (case sensitive).
|
||||
|
||||

|
||||
|
||||
5. Make sure you have a feed group with the type "Flat" and named `user` (case sensitive). You probably do, but if you don't, create one like you did with the notifications feed group.
|
||||
|
||||
6. Change your keys accordingly: (name of Stream key -> name of our application key):
|
||||
|
||||
```
|
||||
Key -> STREAM_RAILS_KEY
|
||||
Secret -> STREAM_RAILS_SECRET
|
||||
"https://us-east-api.stream-io-api.com/api/v1.0/" -> STREAM_URL
|
||||
```
|
||||
|
||||
7. Done!
|
||||
|
||||
# Pusher
|
||||
|
||||
1. [Sign up for a free account with this link](https://dashboard.pusher.com/accounts/sign_up).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue