[firebase-auth] Integration testing signInWithCredential error: The caller does not have permission to execute the specified #7448
Unanswered
ldemyanenko
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run integration tests on my flutter app.
One of the flows I want to test is the Login flow. There is a firebase phone number authentication in the app.
When I'm trying to call signInWithCredential to sign in with the test phone number and test verification code, I'm getting an error:
It looks like the SHA1 fingerprint configured in the Firebase project doesn't match the flutter driver app. Maybe I'm wrong about it.
My question is how to run an integration test for an app with firebase-auth. And I'm right about SHA1 - how to set up a singing configuration for flutter driver app?
Beta Was this translation helpful? Give feedback.
All reactions