Commit 6072b4d3 authored by wanglei's avatar wanglei

...

parent 1a7a9689
...@@ -15,6 +15,7 @@ import org.json.JSONObject ...@@ -15,6 +15,7 @@ import org.json.JSONObject
object FCMManager { object FCMManager {
fun initFirebase(context: Context?) { fun initFirebase(context: Context?) {
FirebaseApp.initializeApp(context!!) FirebaseApp.initializeApp(context!!)
LogEx.logDebug("initFirebase", "initFirebase")
getToken() getToken()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment