fcm-rust icon indicating copy to clipboard operation
fcm-rust copied to clipboard

Oauth

Open jdevries3133 opened this issue 5 months ago • 0 comments

Hi,

I think this is related to https://github.com/panicbit/fcm-rust/issues/36.

I am inferring that Firebase has phased out support for API keys and moved to requiring Oauth for new projects (https://firebase.google.com/docs/admin/setup#use-oauth-2-0-refresh-token). I started playing around with adding Oauth to this library on https://github.com/jdevries3133/fcm-rust/tree/oauth. I have two questions –

  1. do any legacy projects still need support for the old API key paradigm, or could it be dropped and replaced with oauth in-place?
  2. do you have interest in taking this feature in upstream?
  3. if so, do you have any other guidance for how you'd like this to be implemented?

Thanks! Jack

jdevries3133 avatar Oct 05 '25 17:10 jdevries3133