How can I use the same token for AndroidProvider.debug and AppleProvider.debug using the firebase_app_check plugin? #13480
Unanswered
adonisRodxander
asked this question in
Q&A
Replies: 1 comment
-
I suggest adjusting your workflow to avoid uninstalling the app between builds. If you simply update or replace the app the debug token remains the same. Uninstalling then reinstalling the app is what triggers the creation of a new token per device. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed that the debug token changes every time I uninstall and install the app. Therefore, we have to keep updating our debug tokens in the Firebase console. We are a team, so each of us has to keep our tokens updated. I was wondering if we could share the same token internally, similar to the web token that we can set in the index.html. I'm looking for the same API but for Android and iOS
Beta Was this translation helpful? Give feedback.
All reactions