Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • R reveSaaSDocumentation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Ifta
  • reveSaaSDocumentation
  • Wiki
  • Prepare your project

Prepare your project · Changes

Page history
Update Prepare your project authored Nov 13, 2019 by Ifta's avatar Ifta
Hide whitespace changes
Inline Side-by-side
Showing with 31 additions and 1 deletion
+31 -1
  • Prepare-your-project.md Prepare-your-project.md +31 -1
  • No files found.
Prepare-your-project.md
View page @ a0713271
**Step 1 :** Add Reve SaaS module to your project **Step 0 :** Add Reve SaaS module to your project
Collect ```artifactory_username``` and ```artifactory_password``` from Dhiman da and add them to your project level gradle file. Collect ```artifactory_username``` and ```artifactory_password``` from Dhiman da and add them to your project level gradle file.
...@@ -143,4 +143,34 @@ Add the following 2 providers in manifest used by the sdk ...@@ -143,4 +143,34 @@ Add the following 2 providers in manifest used by the sdk
</application> </application>
``` ```
**Step 6 :** **Add firebase to your project**
**Step 7 :** Add compileOptions in app module gradle under android tag
```
android {
....
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
....
}
```
**Step 8 :** Enable multidex
```
android {
....
defaultConfig {
...
multiDexEnabled true
}
....
}
```
**Step 9 :** Enable multidex
Clone repository
  • Configure SaaS module
  • Firebase Messaging Service (Push Messaging)
  • Get chat backup restore to work
  • Get maps service to work
  • Opening Chat
  • Opening the SaaS dashboard
  • Prepare your project
  • Starting a Call
  • Starting the SaaS service
  • Home