2017-04-23 150 views
1

我是Android開發新手。我遵循this tutorial以啓用使用Firebase的推送通知。使用FCM註冊令牌消息向我的模擬器發送通知失敗,我不知道爲什麼。Firebase Android - 消息發送失敗

在日誌中表示FirebaseAuth未鏈接(在下面的代碼段中提供)。

04-23 12:09:23.001 2852-2852/com.example.bachao.bachaoapp D/FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization. 
04-23 12:09:23.041 2852-2852/com.example.bachao.bachaoapp W/InstanceID/Rpc: Found 10012 
04-23 12:09:23.053 2852-2852/com.example.bachao.bachaoapp D/FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization. 

04-23 12:09:54.324 2852-2875/com.example.bachao.bachaoapp V/FA: Inactivity, disconnecting from the service 
04-23 12:09:54.581 2852-2880/com.example.bachao.bachaoapp W/InstanceID/Rpc: No response [email protected] 
04-23 12:09:54.585 2852-2880/com.example.bachao.bachaoapp D/FirebaseInstanceId: background sync failed: TIMEOUT, retry in 10s 
04-23 12:10:28.491 2852-3331/com.example.bachao.bachaoapp D/FirebaseInstanceId: background sync failed: AUTHENTICATION_FAILED, retry in 20s 

有人能幫我解決這個問題嗎?

謝謝。

+0

代比你好。你能發佈你現在的實際代碼嗎?另外,你能否詳細說明關心的是什麼?您提到令牌消息失敗,但日誌指出了Firebase身份驗證?乾杯! –

回答

0

請按照下列步驟如下圖: -

1) set your emulator target to Google API 
2) add google account to your emulator: 
setting->account&sync-> Add account 
相關問題