We are able to test firebase app check using debug provider on a real device by
- launching the app on the real device and copy the token from logs
- then we configure this copied token in firebase console as per the documentation.
It has a couple of problems
- Needs manual configuration each time token changes due to re-installation of the on the same or new device
- It will not be very convenient when we will give app to more internal testers. Its impractical in that case to manually configure the tokens
Am I missing something from documentation? I am sure many other might have faced this issue.
need some help here.
Thanks.