2016-11-19 135 views

回答

0

你可以send upstream messages from your app to Firebase Cloud Messaging。但你需要自己的app server to respond to those messages。我建議閱讀documentation on the role of these servers

由於您無法通過Firebase雲消息傳送直接發送設備到設備消息,因此某些開發人員的另一選擇是使用Firebase數據庫來保留消息隊列。您仍然需要一臺應用服務器才能讀取該隊列並send the downstream messages to the devices,但至少您不必學習XMPP。

+0

好的。再次感謝 –

相關問題