Skip to content

Conversation

mohitpubnub
Copy link
Contributor

@mohitpubnub mohitpubnub commented Sep 30, 2025

fix: error handling in files apis.

Fixes issue of not getting proper error details when file upload fails.

fix: unrecoverable subscription.

Fixes issue of no-op when subscribe() called on inactive or errored subscrption.

fix: generate file upload url API.

Fixes issue of generate upload file url to incorporate token when configured or set explicitly.

fix: mapping of gcm push notification gateway to fcm type

Discard use of gcm and replaced with fcm for push notification service type of google.

test: pubnub access manager tests

switch (this) {
case PushGateway.fcm:
return 'gcm';
return 'fcm';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is fcm value allowed by the server?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't that's the real update we needed after decommission of GCM support by Google? Referring this googleblog

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OR am I missing something here!?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we tested, the fcm value is allowed

@jguz-pubnub jguz-pubnub self-requested a review October 8, 2025 08:17
@mohitpubnub mohitpubnub self-assigned this Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants