-
Notifications
You must be signed in to change notification settings - Fork 323
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
Migrating Auth API to the new Identity Toolkit endpoint #256
Conversation
c3ae524
to
056c3e2
Compare
@hiranya911 Can you please help on how to run Integration tests? I would like to do those before I submit the PR. Specifically on what are the contents of the --cert (is this the standard service account json?) and --apikey file. |
@hardikns Check the CONTRIBUTING.md file for instructions. |
ccc7931
to
73872c1
Compare
@hiranya911 Can you please review the change? I plan to submit another in few days with changes around ooblink. Meanwhile I did not find any documentation of the new Identity Toolkit. If you can point to the same that would help. |
@hardikns thanks for doing this. I will review this sometime this week. @bojeil-google any pointers to the documentation of the new ID toolkit API? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty solid. Just a couple of minor changes needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @hardikns for the contribution.
@bojeil-google can you please point me to the documentation on the new ID toolkit API? |
If you mean the REST API, it is not yet documented. |
Using the new Identity Toolkit REST endpoint for user management features. This is as per corresponding change in java (firebase/firebase-admin-java#220) and node SDKs.