How to setup Pusher ?

  1. Sign Up/Login to Pusher: Visit the Pusher website (pusher.com) and sign up for an account. If you already have an account, log in.

  2. Create a New App: Once logged in, navigate to your dashboard. Look for an option to create a new app. Click on it.

  3. Fill in App Details: You'll be prompted to provide details for your new app. This typically includes the app name and the cluster you want to use. Choose a name that identifies your app and select the cluster closest to your target audience for optimal performance. Click on "Create App" or a similar button to proceed.

  4. Retrieve App Credentials: After creating the app, you'll be directed to the dashboard for that app. Here, you can find your app ID, secret key, and other credentials. These are usually located in the "App Keys" or "App Settings" section. Copy these credentials to use them in your application code.

  5. Configure your Application: Now that you have your Pusher app credentials, you can use them in your application code to connect to Pusher's services. Follow the documentation or tutorials provided by Pusher to integrate Pusher into your application.

Screenshots : https://prnt.sc/c-E7UISV5PNm

Did you find this article useful?