-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
any plans to make this work on the web? #9
Comments
why would be your use case? don't really see the point of using an admin sdk on the web |
to build an admin console, e.g. adding new users as well as any custom actions I want to do with new users, like creating corresponding data in firestore, etc. |
ok, makes sense then. Note however that this library does not support firestore (yet), only the realtime database. |
Yes, please make this work on the web. |
It would be awesome to have firestore support for this library. It would allow to write actual Cloud Functions in dart, so that I can make change on Firestore on Cloud Events with Dart. I guess the Firestore support goes beyond the web support but that's a good start |
It is pure Dart, so hopefully it's doable? You won't be able to save credentials to the disk or look for credentials on disk, but you could use HTML local storage for such things (or just use shared_settings and it'll work automatically).
The text was updated successfully, but these errors were encountered: