Go-Live Checklist
Use this checklist to ensure a smooth transition when taking your integration live.
If you are a developer, or had a developer perform an integration for you between your web application and Gameball. You should also consider the following items before going live.
During development, you can use your account Test Key to authenticate your requests. Once integration is completed and validate you can swap to Production API Key.
- Install and import Gameball SDK Dependency into your App.
- Install Firebase Dynamic Links Dependency.
If you will be using Gameball in-app notifications
- Install and import Firebase Messaging SDKs into your App.
- Insatntiate GameballApp instance.
- (Optional) Create Player Attributes.
- Send player data to Gameball within your login\registration flows.
- Show Gameball player profile widget within your App experince
👑 If your building your own UI components to maintain your branding
- Custom UI components are build and integrated with Gameball within your web\app UI
- Player events are sent to Gameball with correspondent metadata and properties to track UI events within your App
- Player events are sent to Gameball with correspondent metadata and properties to track server side events related to the player
Last modified 3mo ago