capacitor-firebase icon indicating copy to clipboard operation
capacitor-firebase copied to clipboard

feat: extend authentication to expose the `idTokenChange` event

Open cjhoward92 opened this issue 5 months ago • 1 comments

Plugin(s)

  • [ ] Analytics
  • [ ] App
  • [ ] App Check
  • [X] Authentication
  • [ ] Crashlytics
  • [ ] Cloud Firestore
  • [ ] Cloud Functions
  • [ ] Cloud Messaging
  • [ ] Cloud Storage
  • [ ] Performance
  • [ ] Remote Config

Current problem

The idTokenChange event is not exposed. Also. on iOS, the auth change listener isn't correct. It should be like so https://firebase.google.com/docs/auth/ios/manage-users

Preferred solution

Do the things.

Alternative options

There are none - we need this.

Additional context

No response

Before submitting

  • [X] I have read and followed the feature request guidelines.
  • [X] I have attached links to possibly related issues and discussions.

cjhoward92 avatar Aug 29 '24 03:08 cjhoward92