In order to use Realtime, you will first need to create an account in the Realtime web app in order to get the required
Public Auth Key or Secret Key for authenticating your application and users with the Realtime services.Create a project
- First go to https://inrealtime.app and create an account or log in.
- Create a team or use your default personal team.
- Create a project. You can either do this under your default personal team or another team that you are a part of by first selecting it from the navigation menu.
- Open up your new project and navigate to the settings page. There you can find the necessary key for the developer package under the section
Keys. If you want to quickly get started without using authentication through your services you can use thePublic Auth Key. Otherwise you will have to generate aSecret Keyand follow the authentication guide to get started. You can always regenerate any keys if you have the need, for security reasons.
- You will now be able to hook up your application with the Realtime services by following the usage guide in the upcoming chapters.