-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [firebase_app_check] Missing support for custom App Check providers #12227
Comments
@MarcVanDaele90 |
@darshankawar Thanks for looking at this. I'm not sure to which part of the issue you refer to.
Creating a custom provider (with cloud functions) is documented on https://firebase.google.com/docs/app-check/custom-provider so I don't think we need anything extra for this. I think the main thing missing right now is the ability to pass the custom provider to Part 2 could be a temporary solution for my whitelist problem but I'm not sure I understand it correctly:
If so, I could indeed
This would be a nice fix for my current problem. Though I still think that, in the long run, Flutter should also support custom providers. |
Thanks for the feedback. |
Also, I would like to implement a custom app check provider in Flutter but there is no way to do it currently. Now that SMS costs are per send and not per sign-in, it is risky to use Firebase auth without app check, and we need a way to whitelist some users. |
@darshankawar is it possible to give an update? Is it possible to give a high level timeline? |
A short status-update would be appreciated. Any idea if (and when) this will be added? |
Ping |
Please provide an update regarding using a custom provider in flutter. |
Bug report
On https://firebase.google.com/docs/app-check/custom-provider, it is explained how to implement a custom App Check provider and it links to pages on how to use this custom provider in Apple, Android and web. However, afaics, it is not possible to use this custom provider in Flutter right now!
Can you also add support for custom providers?
I would like to use custom providers to support the whitelist (cfr discussion #12222)
The text was updated successfully, but these errors were encountered: