Skip to content
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

Open
csells opened this issue Aug 23, 2020 · 5 comments
Open

any plans to make this work on the web? #9

csells opened this issue Aug 23, 2020 · 5 comments

Comments

@csells
Copy link

csells commented Aug 23, 2020

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).

@rbellens
Copy link
Contributor

why would be your use case? don't really see the point of using an admin sdk on the web

@csells
Copy link
Author

csells commented Aug 23, 2020

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.

@rbellens
Copy link
Contributor

ok, makes sense then. Note however that this library does not support firestore (yet), only the realtime database.
It should be possible to make it work on web.

@real1900
Copy link

real1900 commented Dec 4, 2020

Yes, please make this work on the web.

@ghost
Copy link

ghost commented Aug 31, 2021

ok, makes sense then. Note however that this library does not support firestore (yet), only the realtime database.
It should be possible to make it work on 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants