-
Notifications
You must be signed in to change notification settings - Fork 59
add custom authorizer example #20
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
Conversation
update java dependency and update deprecations
android/build.gradle
Outdated
@@ -124,5 +123,6 @@ dependencies { | |||
// noinspection GradleDynamicVersion | |||
api 'com.facebook.react:react-native:+' | |||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" | |||
api 'com.pusher:pusher-java-client:2.2.8' | |||
api 'com.pusher:pusher-java-client:+' |
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.
Isn't better to define a specific version?
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.
BTW, the latest one is 2.4.0
@@ -54,7 +55,21 @@ export default function App() { | |||
await pusher.init({ | |||
apiKey, | |||
cluster, | |||
// authEndpoint: '<Add your Auth Endpoint here>', | |||
// authEndpoint |
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.
Also, I think we can add this information to the README file. WDYT?
…t-react-native into custom-authorizer
Description
Add a short description of the change. If this is related to an issue, please add a reference to the issue.
CHANGELOG