Firebase-In App-Message 在智能手机中只显示一次

Firebase-InApp-Message show only one time in Smartphone

实施 firebase 依赖项以显示 firebase-in-app-massage 后。它工作正常但一次。然后,如果我再次发送消息它不起作用..

Firebase 应用内消息每天最多在设备上显示每条消息一次,以防止向用户发送垃圾邮件。 Jason 在 #AskFirebase episode.

中涵盖了该主题

默认情况下,它每天只从服务器检索一次消息。由于这会使测试变得困难,您可以将您的设备标记为测试设备,如 sending test messages.

上的文档所示

如 firebase in-app 消息文档中所述,它每天从服务器检索一次消息(在 iOS 和 Android 上)

To conserve power, Firebase In-App Messaging only retrieves messages from the server once per day. That can make testing difficult, so the Firebase console allows you to specify a test device that displays messages on demand.

Link: https://firebase.google.com/docs/in-app-messaging/get-started?authuser=0&platform=android#send_a_test_message