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

feat: update a user methods or access to the firebase-admin instance #426

Open
buesing opened this issue Jul 22, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@buesing
Copy link

buesing commented Jul 22, 2021

Is your feature request related to a problem? Please describe.

I need to update a user object, specifically the password, to prepare for a test. Another test is changing the password, then setting it back to what it was before. If this test fails for some reason, the password is not changed back, so I need to programmatically set it to what it was before in the next test.

Describe the solution you'd like

It would be nice to be able to use the user management methods from firebase. I think this could be easily possible if there was a way to create custom commands that can use the firebase-admin instance from within the plugin.

@prescottprue prescottprue added the enhancement New feature or request label Dec 30, 2022
@prescottprue prescottprue changed the title Update a user or enable access to the firebase-admin instance feat: update a user methods or access to the firebase-admin instance Dec 30, 2022
@prescottprue
Copy link
Owner

Direct access to the firebase-admin instance from the browser (where custom commands are running) would be tricky - it should be easy enough to expose some methods for interacting with auth user though.

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

No branches or pull requests

2 participants