feat(app-check): support tokenChanged
listener on Android and iOS
#241
Labels
feature
Feature
good first issue
Good for newcomers
package: app-check
package: authentication
platform: android
Android platform
platform: ios
iOS platform
Is your feature request related to a problem? Please describe:
The
tokenChanged
listener is currently only supported on Web.Describe the solution you'd like:
Support the
tokenChanged
listener also on Android (see docs) and iOS (see docs).Describe alternatives you've considered:
Additional context:
When implementing this, you can use the
authStateChange
listener from@capacitor-firebase/authentication
as a reference.The text was updated successfully, but these errors were encountered: