🐛 [firebase_app_check] Add support for a whitelist #12222
Replies: 2 comments
-
@MarcVanDaele90 |
Beta Was this translation helpful? Give feedback.
-
I'm aware of https://firebase.google.com/docs/app-check/custom-provider and https://firebase.google.com/docs/app-check/web/custom-provider where it is said that " You can, however, also implement your own custom App Check providers". Unfortunately, these examples don't translate well to Flutter afaics. Currently I use
So in an ideal world, I would just subclass ReCaptchaV3Provider and override a function where I can first check my whitelist and delegate to super if needed. Other suggestions on how to create a custom App Check provider in Flutter? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What feature would you like to see?
Our Flutter/web app, using appcheck(recaptchaV3), is used in a number of schools.
This works fine for most schools but in some schools, a lot of children can't pass the AppCheck validation. After some time it may work correctly again.
Of course I would like to understand the root cause and understand why recaptchaV3 returns a low score.
So a contact point at the recaptcha team would be very helpful.
But as a workaround, I would like to be able to create a whitelist of IP-addresses.
Would it make sense to add this to firebase_app_check?
If not, would it be feasible for me to create my own attestation provider that
Any suggestions on how to get started with this?
Beta Was this translation helpful? Give feedback.
All reactions