fcmconnection_v1alpha1.yaml 658 B

1234567891011121314151617
  1. type: google.api.Service
  2. config_version: 3
  3. name: fcmconnection.googleapis.com
  4. title: FCM Connection API
  5. apis:
  6. - name: google.firebase.fcm.connection.v1alpha1.ConnectionApi
  7. documentation:
  8. summary: An API to connect clients to receive FCM messages.
  9. overview: |-
  10. The FCM Connection API allows developers’ client applications to create
  11. long-lived bi-directional gRPC connections with FCM in order to receive &
  12. send messages from/to their respective app servers. Historically,
  13. developers could only send push notifications/messages to Android, iOS &
  14. browsers. This API allows all gRPC supported client platforms to connect
  15. to FCM.