简体   繁体   中英

Firebase In-app messaging send message whenever we need option?

I have successfully implemented firebase In-app messaging, working fine. Is there any option to send In-app message whenever we want?

Firebase in-app messages are automatically triggered based on rules you write when you build the app.

If you want to show a message in an app at a moment you determine after the app has shipped, you should use Firebase Cloud Messaging for delivering those messages, or at least to trigger their display.

According to the documentation :

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM