Overview
TerraCore v0
#
OverviewTerraNotification
is a client library for communicating with Notification service.
#
PrerequisiteBefore using features of TerraNotification
make sure:
- Your app uses TerraAuth, and uses built-in login methods or has finished integrating your own auth system.
- Your user's profile must contains phone number or email address (or both) in order to send notifications to users via phone number/email.
- Your app has integrated with
FCM
.
#
InstallationFirstly please refer to Teko repository access guide for instruction to setup the environment.
When the environment is ready, add the code below to import TerraNotification
:
- Android
- iOS
#
ConfigurationPlease contact Terra team for support.
#
UsageYou can get instance of TerraNotification
through TerraApp
- Android
- iOS