healthjoy / async-firebase

The lightweight asynchronous client that makes interaction with Firebase Cloud Messaging oversimplified.
MIT License
37 stars 14 forks source link

Url building error #76

Closed eighthcolor22 closed 6 months ago

eighthcolor22 commented 6 months ago

After updating to the latest version of the library, we're encountering an error while sending messages. Instead of https://fcm.googleapis.com//v1/projects/our-project-id/messages:send built url looks like https://fcm.googleapis.com/v1%2Fprojects%2Four-project-id%2Fmessages:send. This URL format results in a 404 (Not Found) error from the FCM API.

We have tested this issue with Python versions 3.11 and 3.12.

akalex commented 6 months ago

Thanks for reporting a bug. We will take a look at it soon.