GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.17k stars 155 forks source link

Added support for deleting FCM token #572

Closed griffinsorrentino closed 3 months ago

griffinsorrentino commented 3 months ago

Added support for the android deleteToken() and ios deleteTokenWithCompletion() functions for FCM

nbransby commented 3 months ago

Thanks, just need to add it for JS too (and lint is also failing)

griffinsorrentino commented 3 months ago

Thanks, just need to add it for JS too (and lint is also failing)

Whoops, my mistake. I'll be sure to add it for JS