adds firebase connection and notifications
- notification handler pushes background and foreground notifications to the phone directly - firebase connection pushes remote notifications in background and foreground - firebase unique token currently logged only, should be send directly to server via rest
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
package com.example.bump
|
||||
package com.maenle.bump
|
||||
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
import com.example.bump.util.LocalData
|
||||
import com.example.bump.util.MessageProcessor
|
||||
import com.maenle.bump.util.LocalData
|
||||
import com.maenle.bump.util.MessageProcessor
|
||||
import org.junit.Assert
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
@ -1,10 +1,10 @@
|
||||
package com.example.bump
|
||||
package com.maenle.bump
|
||||
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4
|
||||
import com.example.bump.util.Message
|
||||
import com.example.bump.util.MessageProcessor
|
||||
import com.example.bump.util.RestSingleton
|
||||
import com.maenle.bump.util.Message
|
||||
import com.maenle.bump.util.MessageProcessor
|
||||
import com.maenle.bump.util.RestSingleton
|
||||
import org.json.JSONArray
|
||||
import org.json.JSONObject
|
||||
|
Reference in New Issue
Block a user