Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Download

Add to dependencies:

Code Block
languagejava
themeFadeToGrey
implementation 'com.personaclick:personaclick-sdk:+'
implementation 'com.google.firebase:firebase-bom:32.57.10'
implementation 'com.google.firebase:firebase-messaging:23.34.1'

Configure

Append to your project build.gradle:

Code Block
languagejava
themeFadeToGrey
buildscript {
	dependencies {
		...
		classpath 'com.google.gms:google-services:4.4.01'
	}
}

Append to your app module build.gradle after line apply plugin: 'com.android.application':

Code Block
languagejava
themeFadeToGrey
apply plugin: 'com.google.gms.google-services'

Create your app in the Firebase console and copy file google-services.json to your app root path. Sync Then sync gradle now.


Column

Page Navigation

Table of Contents
maxLevel2
indent0px
stylenone




Related Pages

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
cqllabel = "installation_mobile"