简体   繁体   English

Expo 推送通知使用 firebase 云函数

[英]Expo push notification using firebase cloud functions

I want to send notifications using cloud functions in firebase in my react native project.我想在我的 React Native 项目中使用 firebase 中的云函数发送通知。 In my free firebase plan, it can't send notifications.在我的免费 firebase 计划中,它无法发送通知。 If anyone knows, what is the cost per notification???如果有人知道,每次通知的费用是多少???

The free Firebase Spark plan doesn't allow outbound.networking so you can't reach the expo service from a cloud function. The costs for the Blaze Plan are $0.12/GB of messages you send.免费的 Firebase Spark 计划不允许 outbound.networking,因此您无法从云 function 访问 expo 服务。Blaze 计划的费用是您发送的消息每 GB 0.12 美元。 All other products will still cost you nothing, as long as you stay inside the free limits.只要您保持在免费限额之内,所有其他产品仍然不会花费您任何费用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 firebase 推送通知 expo 不工作 - firebase push notification with expo not working 使用带有世博会通知的 firebase 向特定用户发送推送通知 - Sending push notification to a specific user using firebase with expo notifications 使用 curl 发送数据推送通知 firebase 云消息 - Using curl to send data push notification with firebase cloud messaging 在 Cloud Functions 中发送 VoIP 推送通知 - Send VoIP Push notification in Cloud Functions 如何使用 firebase 云消息和云功能设置推送通知? - How can I go about setting up push notifications using firebase cloud messaging and cloud functions? 使用firebase云函数登录 - Sign In using firebase cloud functions 如何使用 Firebase 云消息在 Twilio 上配置新的服务器密钥以进行推送通知 - How to configure new Server Key on Twilio using Firebase cloud messaging for push notification 使用 firebase 云函数和 firestore 实现发送/接受好友请求的通知系统 - Implementing a notification system for sending/accepting friend request using firebase cloud functions and firestore 如何使用 Firebase 云函数获取发送到设备的通知的传递状态? - How to get the delivery status of the notification send to Device using Firebase Cloud functions? Firebase Cloud Messaging 静默推送通知无法正常工作 - Firebase Cloud Messaging Silent Push Notification fail to work
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM