healthjoy / async-firebase

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

fix: Push notification can't be sent to topic #56

Closed akalex closed 1 year ago

akalex commented 1 year ago

That happens because the attribute token is marked as required. The PR is about to change that.