Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Download
Add to dependencies
:
Code Block | ||||
---|---|---|---|---|
| ||||
implementation 'com.personaclick:personaclick-sdk:+' implementation 'com.google.firebase:firebase-bom:32.57.0' implementation 'com.google.firebase:firebase-messaging:23.34.1' |
Configure
Append to your project build.gradle
:
Code Block | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
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
Related Pages
|