-
Notifications
You must be signed in to change notification settings - Fork 293
chore: [REACT-716] example application deployment and release adjustments #2900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
chore: [REACT-716] example application deployment and release adjustments #2900
Conversation
|
Size Change: 0 B Total Size: 1.21 MB ℹ️ View Unchanged
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2900 +/- ##
=======================================
Coverage 81.03% 81.03%
=======================================
Files 506 506
Lines 10555 10555
Branches 2414 2414
=======================================
Hits 8553 8553
Misses 1872 1872
Partials 130 130 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4f66516 to
af7f792
Compare
af7f792 to
5d4bd81
Compare
|
|
||
| const tokenProvider = useCallback(() => { | ||
| return fetch( | ||
| `https://pronto.getstream.io/api/auth/create-token?environment=shared-chat-redesign&user_id=${userId}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it ok to have this publicly hard-coded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, Zita does the same for her feeds tutorial. The secret is not visible, the app behind it is for testing purposes only, tokens are short lived and can be revoked if necessary - the secret can be rotated too preventing Pronto from generating new ones.
🎯 Goal
Create a Vercel CI deployment setup and adjust
.releasercto makemasterinto acanaryrelease channel.