firebase_admin
firebase_admin copied to clipboard
any plans to make this work on the web?
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).
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. It should be possible to make it work on web.
Yes, please make this work on the web.
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